Html Css Color HEX #37426E Port Gore

📋 copy color: '#37426E'

red 55 ◦ green 66 ◦ blue 110

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

Shades of Port Gore #37426E

Tints of Port Gore #37426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 23.81%
G = 28.57%
B = 47.62%

CMYK

 C value IS 0.5

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37426E (or 0x37426E) is known color: Port Gore. HEX triplet: 37, 42 and 6E. RGB value is (55,66,110). Sum of RGB (Red+Green+Blue) = 55+66+110=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #37426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37426E is #C8BD91. Grayscale: #434343. Windows color (decimal): -13155730 or 7225911. OLE color: 7225911.

HSL color Cylindrical-coordinate representation of color #37426E: hue angle of 228º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37426E is Cyan = 0.5, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 66 110 -
CMYK 0.5 0.4 0 0.57
HSL 228º 0.33% 0.32% -
HSV(B) 228º 0.5% 0.43% -
XYZ 6.34 5.83 15.54 -
YUV 67.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 55 66 110 0.5 0.4 0 0.57 228 0.33 0.32
Hex 37 42 6E 32 28 0 39 E4 21 20
Octal 67 102 156 62 50 0 71 344 41 40
Binary 110111 1000010 1101110 110010 101000 0 111001 11100100 100001 100000

Color Harmonies of #37426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37426E

Black with #37426E

Text Example


Text Example

White with #37426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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