Html Css Color HEX #384471 Port Gore

📋 copy color: '#384471'

red 56 ◦ green 68 ◦ blue 113

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

Shades of Port Gore #384471

Tints of Port Gore #384471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 23.63%
G = 28.69%
B = 47.68%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384471 (or 0x384471) is known color: Port Gore. HEX triplet: 38, 44 and 71. RGB value is (56,68,113). Sum of RGB (Red+Green+Blue) = 56+68+113=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #384471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384471 is #C7BB8E. Grayscale: #454545. Windows color (decimal): -13089679 or 7423032. OLE color: 7423032.

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

Color convert

RGB 56 68 113 -
CMYK 0.50 0.40 0 0.56
HSL 227.37º 0.34% 0.33% -
HSV(B) 227.37º 0.5% 0.44% -
XYZ 6.68 6.17 16.46 -
YUV 69.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 56 68 113 0.50 0.40 0 0.56 227.37 0.34 0.33
Hex 38 44 71 32 28 0 38 E3 22 21
Octal 70 104 161 62 50 0 70 343 42 41
Binary 111000 1000100 1110001 110010 101000 0 111000 11100011 100010 100001

Color Harmonies of #384471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384471

Black with #384471

Text Example


Text Example

White with #384471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384471; }

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

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

background-color css

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

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

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

border-color css

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

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

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