Html Css Color HEX #384671 Port Gore

📋 copy color: '#384671'

red 56 ◦ green 70 ◦ blue 113

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

Shades of Port Gore #384671

Tints of Port Gore #384671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 23.43%
G = 29.29%
B = 47.28%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384671 (or 0x384671) is known color: Port Gore. HEX triplet: 38, 46 and 71. RGB value is (56,70,113). Sum of RGB (Red+Green+Blue) = 56+70+113=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #384671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384671 is #C7B98E. Grayscale: #464646. Windows color (decimal): -13089167 or 7423544. OLE color: 7423544.

HSL color Cylindrical-coordinate representation of color #384671: hue angle of 225.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384671 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 70 113 -
CMYK 0.50 0.38 0 0.56
HSL 225.26º 0.34% 0.33% -
HSV(B) 225.26º 0.5% 0.44% -
XYZ 6.8 6.41 16.5 -
YUV 70.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 56 70 113 0.50 0.38 0 0.56 225.26 0.34 0.33
Hex 38 46 71 32 26 0 38 E1 22 21
Octal 70 106 161 62 46 0 70 341 42 41
Binary 111000 1000110 1110001 110010 100110 0 111000 11100001 100010 100001

Color Harmonies of #384671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384671

Black with #384671

Text Example


Text Example

White with #384671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384671; }

 p { color: rgb(56,70,113); }

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

background-color css

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

 a { background-color: rgb(56,70,113); }

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

border-color css

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

 span { border-color: rgb(56,70,113); }

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