Html Css Color HEX #37596C Blumine

📋 copy color: '#37596C'

red 55 ◦ green 89 ◦ blue 108

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

Shades of Blumine #37596C

Tints of Blumine #37596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 21.83%
G = 35.32%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37596C (or 0x37596C) is known color: Blumine. HEX triplet: 37, 59 and 6C. RGB value is (55,89,108). Sum of RGB (Red+Green+Blue) = 55+89+108=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #37596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37596C is #C8A693. Grayscale: #505050. Windows color (decimal): -13149844 or 7100727. OLE color: 7100727.

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

Color convert

RGB 55 89 108 -
CMYK 0.49 0.18 0 0.58
HSL 201.51º 0.33% 0.32% -
HSV(B) 201.51º 0.49% 0.42% -
XYZ 7.85 9.04 15.52 -
YUV 81 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 55 89 108 0.49 0.18 0 0.58 201.51 0.33 0.32
Hex 37 59 6C 31 12 0 3A CA 21 20
Octal 67 131 154 61 22 0 72 312 41 40
Binary 110111 1011001 1101100 110001 10010 0 111010 11001010 100001 100000

Color Harmonies of #37596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37596C

Black with #37596C

Text Example


Text Example

White with #37596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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