Html Css Color HEX #37279F Blue Gem

📋 copy color: '#37279F'

red 55 ◦ green 39 ◦ blue 159

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

Shades of Blue Gem #37279F

Tints of Blue Gem #37279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 21.74%
G = 15.42%
B = 62.85%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37279F (or 0x37279F) is known color: Blue Gem. HEX triplet: 37, 27 and 9F. RGB value is (55,39,159). Sum of RGB (Red+Green+Blue) = 55+39+159=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #37279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37279F is #C8D860. Grayscale: #393939. Windows color (decimal): -13162593 or 10430263. OLE color: 10430263.

HSL color Cylindrical-coordinate representation of color #37279F: hue angle of 248º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37279F is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 39 159 -
CMYK 0.65 0.75 0 0.38
HSL 248º 0.61% 0.39% -
HSV(B) 248º 0.75% 0.62% -
XYZ 8.56 4.77 33.27 -
YUV 57.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 55 39 159 0.65 0.75 0 0.38 248 0.61 0.39
Hex 37 27 9F 41 4B 0 26 F8 3D 27
Octal 67 47 237 101 113 0 46 370 75 47
Binary 110111 100111 10011111 1000001 1001011 0 100110 11111000 111101 100111

Color Harmonies of #37279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37279F

Black with #37279F

Text Example


Text Example

White with #37279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,39,159); }

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

background-color css

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

 a { background-color: rgb(55,39,159); }

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

border-color css

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

 span { border-color: rgb(55,39,159); }

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