Html Css Color HEX #384570 Port Gore

📋 copy color: '#384570'

red 56 ◦ green 69 ◦ blue 112

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

Shades of Port Gore #384570

Tints of Port Gore #384570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 23.63%
G = 29.11%
B = 47.26%

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

#384570 (or 0x384570) is known color: Port Gore. HEX triplet: 38, 45 and 70. RGB value is (56,69,112). Sum of RGB (Red+Green+Blue) = 56+69+112=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #384570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384570 is #C7BA8F. Grayscale: #454545. Windows color (decimal): -13089424 or 7357752. OLE color: 7357752.

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

Color convert

RGB 56 69 112 -
CMYK 0.50 0.38 0 0.56
HSL 226.07º 0.33% 0.33% -
HSV(B) 226.07º 0.5% 0.44% -
XYZ 6.68 6.27 16.19 -
YUV 70.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 56 69 112 0.50 0.38 0 0.56 226.07 0.33 0.33
Hex 38 45 70 32 26 0 38 E2 21 21
Octal 70 105 160 62 46 0 70 342 41 41
Binary 111000 1000101 1110000 110010 100110 0 111000 11100010 100001 100001

Color Harmonies of #384570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384570

Black with #384570

Text Example


Text Example

White with #384570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384570; }

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

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

background-color css

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

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

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

border-color css

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

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

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