Html Css Color HEX #384871 Port Gore

📋 copy color: '#384871'

red 56 ◦ green 72 ◦ blue 113

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

Shades of Port Gore #384871

Tints of Port Gore #384871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 23.24%
G = 29.88%
B = 46.89%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384871 (or 0x384871) is known color: Port Gore. HEX triplet: 38, 48 and 71. RGB value is (56,72,113). Sum of RGB (Red+Green+Blue) = 56+72+113=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #384871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384871 is #C7B78E. Grayscale: #474747. Windows color (decimal): -13088655 or 7424056. OLE color: 7424056.

HSL color Cylindrical-coordinate representation of color #384871: hue angle of 223.16º 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 #384871 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 72 113 -
CMYK 0.50 0.36 0 0.56
HSL 223.16º 0.34% 0.33% -
HSV(B) 223.16º 0.5% 0.44% -
XYZ 6.93 6.67 16.54 -
YUV 71.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 56 72 113 0.50 0.36 0 0.56 223.16 0.34 0.33
Hex 38 48 71 32 24 0 38 DF 22 21
Octal 70 110 161 62 44 0 70 337 42 41
Binary 111000 1001000 1110001 110010 100100 0 111000 11011111 100010 100001

Color Harmonies of #384871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384871

Black with #384871

Text Example


Text Example

White with #384871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384871; }

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

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

background-color css

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

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

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

border-color css

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

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

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