Html Css Color HEX #37416B Port Gore

📋 copy color: '#37416B'

red 55 ◦ green 65 ◦ blue 107

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

Shades of Port Gore #37416B

Tints of Port Gore #37416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 24.23%
G = 28.63%
B = 47.14%

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

#37416B (or 0x37416B) is known color: Port Gore. HEX triplet: 37, 41 and 6B. RGB value is (55,65,107). Sum of RGB (Red+Green+Blue) = 55+65+107=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #37416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416B is #C8BE94. Grayscale: #424242. Windows color (decimal): -13155989 or 7029047. OLE color: 7029047.

HSL color Cylindrical-coordinate representation of color #37416B: hue angle of 228.46º degrees, saturation: 0.32, 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 #37416B is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 65 107 -
CMYK 0.49 0.39 0 0.58
HSL 228.46º 0.32% 0.32% -
HSV(B) 228.46º 0.49% 0.42% -
XYZ 6.12 5.65 14.68 -
YUV 66.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 55 65 107 0.49 0.39 0 0.58 228.46 0.32 0.32
Hex 37 41 6B 31 27 0 3A E4 20 20
Octal 67 101 153 61 47 0 72 344 40 40
Binary 110111 1000001 1101011 110001 100111 0 111010 11100100 100000 100000

Color Harmonies of #37416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37416B

Black with #37416B

Text Example


Text Example

White with #37416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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