Html Css Color HEX #37416F Port Gore

📋 copy color: '#37416F'

red 55 ◦ green 65 ◦ blue 111

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

Shades of Port Gore #37416F

Tints of Port Gore #37416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 23.81%
G = 28.14%
B = 48.05%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#37416F (or 0x37416F) is known color: Port Gore. HEX triplet: 37, 41 and 6F. RGB value is (55,65,111). Sum of RGB (Red+Green+Blue) = 55+65+111=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #37416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37416F is #C8BE90. Grayscale: #434343. Windows color (decimal): -13155985 or 7291191. OLE color: 7291191.

HSL color Cylindrical-coordinate representation of color #37416F: hue angle of 229.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37416F is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 65 111 -
CMYK 0.50 0.41 0 0.56
HSL 229.29º 0.34% 0.33% -
HSV(B) 229.29º 0.5% 0.44% -
XYZ 6.34 5.74 15.81 -
YUV 67.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 55 65 111 0.50 0.41 0 0.56 229.29 0.34 0.33
Hex 37 41 6F 32 29 0 38 E5 22 21
Octal 67 101 157 62 51 0 70 345 42 41
Binary 110111 1000001 1101111 110010 101001 0 111000 11100101 100010 100001

Color Harmonies of #37416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37416F

Black with #37416F

Text Example


Text Example

White with #37416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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