Html Css Color HEX #384470 Port Gore

📋 copy color: '#384470'

red 56 ◦ green 68 ◦ blue 112

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

Shades of Port Gore #384470

Tints of Port Gore #384470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 23.73%
G = 28.81%
B = 47.46%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384470 (or 0x384470) is known color: Port Gore. HEX triplet: 38, 44 and 70. RGB value is (56,68,112). Sum of RGB (Red+Green+Blue) = 56+68+112=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #384470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384470 is #C7BB8F. Grayscale: #454545. Windows color (decimal): -13089680 or 7357496. OLE color: 7357496.

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

Color convert

RGB 56 68 112 -
CMYK 0.50 0.39 0 0.56
HSL 227.14º 0.33% 0.33% -
HSV(B) 227.14º 0.5% 0.44% -
XYZ 6.62 6.14 16.17 -
YUV 69.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 56 68 112 0.50 0.39 0 0.56 227.14 0.33 0.33
Hex 38 44 70 32 27 0 38 E3 21 21
Octal 70 104 160 62 47 0 70 343 41 41
Binary 111000 1000100 1110000 110010 100111 0 111000 11100011 100001 100001

Color Harmonies of #384470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384470

Black with #384470

Text Example


Text Example

White with #384470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384470; }

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

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

background-color css

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

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

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

border-color css

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

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

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