Html Css Color HEX #452C98 Blue Gem

📋 copy color: '#452C98'

red 69 ◦ green 44 ◦ blue 152

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

Shades of Blue Gem #452C98

Tints of Blue Gem #452C98

RGB

 RED value IS 69 (27.34% from 255) = 26.04%

 GREEN value IS 44 (17.58% from 255) = 16.6%

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

R = 26.04%
G = 16.6%
B = 57.36%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#452C98 (or 0x452C98) is known color: Blue Gem. HEX triplet: 45, 2C and 98. RGB value is (69,44,152). Sum of RGB (Red+Green+Blue) = 69+44+152=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #452C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452C98 is #BAD367. Grayscale: #3F3F3F. Windows color (decimal): -12243816 or 9972805. OLE color: 9972805.

HSL color Cylindrical-coordinate representation of color #452C98: hue angle of 253.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452C98 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 44 152 -
CMYK 0.55 0.71 0 0.40
HSL 253.89º 0.55% 0.38% -
HSV(B) 253.89º 0.71% 0.6% -
XYZ 9.02 5.33 30.26 -
YUV 63.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 69 44 152 0.55 0.71 0 0.40 253.89 0.55 0.38
Hex 45 2C 98 37 47 0 28 FE 37 26
Octal 105 54 230 67 107 0 50 376 67 46
Binary 1000101 101100 10011000 110111 1000111 0 101000 11111110 110111 100110

Color Harmonies of #452C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C98

Black with #452C98

Text Example


Text Example

White with #452C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452C98; }

 p { color: rgb(69,44,152); }

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

background-color css

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

 a { background-color: rgb(69,44,152); }

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

border-color css

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

 span { border-color: rgb(69,44,152); }

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