Html Css Color HEX #37426C Port Gore

📋 copy color: '#37426C'

red 55 ◦ green 66 ◦ blue 108

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

Shades of Port Gore #37426C

Tints of Port Gore #37426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 24.02%
G = 28.82%
B = 47.16%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37426C (or 0x37426C) is known color: Port Gore. HEX triplet: 37, 42 and 6C. RGB value is (55,66,108). Sum of RGB (Red+Green+Blue) = 55+66+108=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #37426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426C is #C8BD93. Grayscale: #434343. Windows color (decimal): -13155732 or 7094839. OLE color: 7094839.

HSL color Cylindrical-coordinate representation of color #37426C: hue angle of 227.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37426C is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 66 108 -
CMYK 0.49 0.39 0 0.58
HSL 227.55º 0.33% 0.32% -
HSV(B) 227.55º 0.49% 0.42% -
XYZ 6.23 5.79 14.98 -
YUV 67.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 55 66 108 0.49 0.39 0 0.58 227.55 0.33 0.32
Hex 37 42 6C 31 27 0 3A E4 21 20
Octal 67 102 154 61 47 0 72 344 41 40
Binary 110111 1000010 1101100 110001 100111 0 111010 11100100 100001 100000

Color Harmonies of #37426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37426C

Black with #37426C

Text Example


Text Example

White with #37426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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