Html Css Color HEX #37426F Port Gore

📋 copy color: '#37426F'

red 55 ◦ green 66 ◦ blue 111

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

Shades of Port Gore #37426F

Tints of Port Gore #37426F

RGB

 RED value IS 55 (21.88% from 255) = 23.71%

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 23.71%
G = 28.45%
B = 47.84%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37426F (or 0x37426F) is known color: Port Gore. HEX triplet: 37, 42 and 6F. RGB value is (55,66,111). Sum of RGB (Red+Green+Blue) = 55+66+111=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #37426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426F is #C8BD90. Grayscale: #434343. Windows color (decimal): -13155729 or 7291447. OLE color: 7291447.

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

Color convert

RGB 55 66 111 -
CMYK 0.50 0.41 0 0.56
HSL 228.21º 0.34% 0.33% -
HSV(B) 228.21º 0.5% 0.44% -
XYZ 6.39 5.86 15.83 -
YUV 67.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 55 66 111 0.50 0.41 0 0.56 228.21 0.34 0.33
Hex 37 42 6F 32 29 0 38 E4 22 21
Octal 67 102 157 62 51 0 70 344 42 41
Binary 110111 1000010 1101111 110010 101001 0 111000 11100100 100010 100001

Color Harmonies of #37426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37426F

Black with #37426F

Text Example


Text Example

White with #37426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37426F; }

 p { color: rgb(55,66,111); }

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

background-color css

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

 a { background-color: rgb(55,66,111); }

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

border-color css

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

 span { border-color: rgb(55,66,111); }

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