Html Css Color HEX #37259A Blue Gem

📋 copy color: '#37259A'

red 55 ◦ green 37 ◦ blue 154

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

Shades of Blue Gem #37259A

Tints of Blue Gem #37259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 22.36%
G = 15.04%
B = 62.6%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#37259A (or 0x37259A) is known color: Blue Gem. HEX triplet: 37, 25 and 9A. RGB value is (55,37,154). Sum of RGB (Red+Green+Blue) = 55+37+154=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #37259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259A is #C8DA65. Grayscale: #373737. Windows color (decimal): -13163110 or 10102071. OLE color: 10102071.

HSL color Cylindrical-coordinate representation of color #37259A: hue angle of 249.23º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37259A is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 37 154 -
CMYK 0.64 0.76 0 0.40
HSL 249.23º 0.61% 0.37% -
HSV(B) 249.23º 0.76% 0.6% -
XYZ 8.07 4.47 31.01 -
YUV 55.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 55 37 154 0.64 0.76 0 0.40 249.23 0.61 0.37
Hex 37 25 9A 40 4C 0 28 F9 3D 25
Octal 67 45 232 100 114 0 50 371 75 45
Binary 110111 100101 10011010 1000000 1001100 0 101000 11111001 111101 100101

Color Harmonies of #37259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37259A

Black with #37259A

Text Example


Text Example

White with #37259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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