Html Css Color HEX #372398 Blue Gem

📋 copy color: '#372398'

red 55 ◦ green 35 ◦ blue 152

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

Shades of Blue Gem #372398

Tints of Blue Gem #372398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 22.73%
G = 14.46%
B = 62.81%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#372398 (or 0x372398) is known color: Blue Gem. HEX triplet: 37, 23 and 98. RGB value is (55,35,152). Sum of RGB (Red+Green+Blue) = 55+35+152=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #372398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372398 is #C8DC67. Grayscale: #353535. Windows color (decimal): -13163624 or 9970487. OLE color: 9970487.

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

Color convert

RGB 55 35 152 -
CMYK 0.64 0.77 0 0.40
HSL 250.26º 0.63% 0.37% -
HSV(B) 250.26º 0.77% 0.6% -
XYZ 7.84 4.28 30.12 -
YUV 54.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 55 35 152 0.64 0.77 0 0.40 250.26 0.63 0.37
Hex 37 23 98 40 4D 0 28 FA 3F 25
Octal 67 43 230 100 115 0 50 372 77 45
Binary 110111 100011 10011000 1000000 1001101 0 101000 11111010 111111 100101

Color Harmonies of #372398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372398

Black with #372398

Text Example


Text Example

White with #372398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372398; }

 p { color: rgb(55,35,152); }

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

background-color css

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

 a { background-color: rgb(55,35,152); }

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

border-color css

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

 span { border-color: rgb(55,35,152); }

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