Html Css Color HEX #37259D Blue Gem

📋 copy color: '#37259D'

red 55 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #37259D

Tints of Blue Gem #37259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 22.09%
G = 14.86%
B = 63.05%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37259D (or 0x37259D) is known color: Blue Gem. HEX triplet: 37, 25 and 9D. RGB value is (55,37,157). Sum of RGB (Red+Green+Blue) = 55+37+157=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #37259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259D is #C8DA62. Grayscale: #373737. Windows color (decimal): -13163107 or 10298679. OLE color: 10298679.

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

Color convert

RGB 55 37 157 -
CMYK 0.65 0.76 0 0.38
HSL 249º 0.62% 0.38% -
HSV(B) 249º 0.76% 0.62% -
XYZ 8.32 4.57 32.34 -
YUV 56.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 55 37 157 0.65 0.76 0 0.38 249 0.62 0.38
Hex 37 25 9D 41 4C 0 26 F9 3E 26
Octal 67 45 235 101 114 0 46 371 76 46
Binary 110111 100101 10011101 1000001 1001100 0 100110 11111001 111110 100110

Color Harmonies of #37259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37259D

Black with #37259D

Text Example


Text Example

White with #37259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37259D; }

 p { color: rgb(55,37,157); }

 H1.HeaderClassName
 {
   color: #37259D;
 }
 .AnyTagClassName
 {
   color: #37259D;
 }
</style>

background-color css

<style>
 a { background-color: #37259D; }

 a { background-color: rgb(55,37,157); }

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

border-color css

<style>
 span { border-color: #37259D; }

 span { border-color: rgb(55,37,157); }

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