Html Css Color HEX #383D69 Port Gore

📋 copy color: '#383D69'

red 56 ◦ green 61 ◦ blue 105

#383D69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Port Gore #383D69

Tints of Port Gore #383D69

RGB

 RED value IS 56 (22.27% from 255) = 25.23%

 GREEN value IS 61 (24.22% from 255) = 27.48%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 25.23%
G = 27.48%
B = 47.3%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383D69 (or 0x383D69) is known color: Port Gore. HEX triplet: 38, 3D and 69. RGB value is (56,61,105). Sum of RGB (Red+Green+Blue) = 56+61+105=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #383D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D69 is #C7C296. Grayscale: #404040. Windows color (decimal): -13091479 or 6896952. OLE color: 6896952.

HSL color Cylindrical-coordinate representation of color #383D69: hue angle of 233.88º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383D69 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 61 105 -
CMYK 0.47 0.42 0 0.59
HSL 233.88º 0.3% 0.32% -
HSV(B) 233.88º 0.47% 0.41% -
XYZ 5.85 5.2 14.06 -
YUV 64.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 56 61 105 0.47 0.42 0 0.59 233.88 0.3 0.32
Hex 38 3D 69 2F 2A 0 3B EA 1E 20
Octal 70 75 151 57 52 0 73 352 36 40
Binary 111000 111101 1101001 101111 101010 0 111011 11101010 11110 100000

Color Harmonies of #383D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D69

Black with #383D69

Text Example


Text Example

White with #383D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D69; }

 p { color: rgb(56,61,105); }

 H1.HeaderClassName
 {
   color: #383D69;
 }
 .AnyTagClassName
 {
   color: #383D69;
 }
</style>

background-color css

<style>
 a { background-color: #383D69; }

 a { background-color: rgb(56,61,105); }

 div.DivClassName
 {
   background-color: #383D69;
 }
 .BgClassName
 {
   background-color: #383D69;
 }
</style>

border-color css

<style>
 span { border-color: #383D69; }

 span { border-color: rgb(56,61,105); }

 td.TdClassName
 {
   border-color: #383D69;
 }
 .TagClassName
 {
   border-color: #383D69;
 }
</style>