Html Css Color HEX #37406C Port Gore

📋 copy color: '#37406C'

red 55 ◦ green 64 ◦ blue 108

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

Shades of Port Gore #37406C

Tints of Port Gore #37406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 24.23%
G = 28.19%
B = 47.58%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37406C (or 0x37406C) is known color: Port Gore. HEX triplet: 37, 40 and 6C. RGB value is (55,64,108). Sum of RGB (Red+Green+Blue) = 55+64+108=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #37406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37406C is #C8BF93. Grayscale: #424242. Windows color (decimal): -13156244 or 7094327. OLE color: 7094327.

HSL color Cylindrical-coordinate representation of color #37406C: hue angle of 229.81º 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 #37406C is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 64 108 -
CMYK 0.49 0.41 0 0.58
HSL 229.81º 0.33% 0.32% -
HSV(B) 229.81º 0.49% 0.42% -
XYZ 6.12 5.56 14.94 -
YUV 66.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 55 64 108 0.49 0.41 0 0.58 229.81 0.33 0.32
Hex 37 40 6C 31 29 0 3A E6 21 20
Octal 67 100 154 61 51 0 72 346 41 40
Binary 110111 1000000 1101100 110001 101001 0 111010 11100110 100001 100000

Color Harmonies of #37406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37406C

Black with #37406C

Text Example


Text Example

White with #37406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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