Html Css Color HEX #37416E Port Gore

📋 copy color: '#37416E'

red 55 ◦ green 65 ◦ blue 110

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

Shades of Port Gore #37416E

Tints of Port Gore #37416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 23.91%
G = 28.26%
B = 47.83%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#37416E (or 0x37416E) is known color: Port Gore. HEX triplet: 37, 41 and 6E. RGB value is (55,65,110). Sum of RGB (Red+Green+Blue) = 55+65+110=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #37416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416E is #C8BE91. Grayscale: #424242. Windows color (decimal): -13155986 or 7225655. OLE color: 7225655.

HSL color Cylindrical-coordinate representation of color #37416E: hue angle of 229.09º 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 #37416E is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 65 110 -
CMYK 0.5 0.41 0 0.57
HSL 229.09º 0.33% 0.32% -
HSV(B) 229.09º 0.5% 0.43% -
XYZ 6.28 5.72 15.52 -
YUV 67.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 55 65 110 0.5 0.41 0 0.57 229.09 0.33 0.32
Hex 37 41 6E 32 29 0 39 E5 21 20
Octal 67 101 156 62 51 0 71 345 41 40
Binary 110111 1000001 1101110 110010 101001 0 111001 11100101 100001 100000

Color Harmonies of #37416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37416E

Black with #37416E

Text Example


Text Example

White with #37416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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