Html Css Color HEX #453BA8 Blue Gem

📋 copy color: '#453BA8'

red 69 ◦ green 59 ◦ blue 168

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

Shades of Blue Gem #453BA8

Tints of Blue Gem #453BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 168 (66.02% from 255) = 56.76%

R = 23.31%
G = 19.93%
B = 56.76%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#453BA8 (or 0x453BA8) is known color: Blue Gem. HEX triplet: 45, 3B and A8. RGB value is (69,59,168). Sum of RGB (Red+Green+Blue) = 69+59+168=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #453BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BA8 is #BAC457. Grayscale: #494949. Windows color (decimal): -12239960 or 11025221. OLE color: 11025221.

HSL color Cylindrical-coordinate representation of color #453BA8: hue angle of 245.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453BA8 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 69 59 168 -
CMYK 0.59 0.65 0 0.34
HSL 245.5º 0.48% 0.45% -
HSV(B) 245.5º 0.65% 0.66% -
XYZ 11.09 7.22 37.86 -
YUV 74.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 69 59 168 0.59 0.65 0 0.34 245.5 0.48 0.45
Hex 45 3B A8 3B 41 0 22 F6 30 2D
Octal 105 73 250 73 101 0 42 366 60 55
Binary 1000101 111011 10101000 111011 1000001 0 100010 11110110 110000 101101

Color Harmonies of #453BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453BA8

Black with #453BA8

Text Example


Text Example

White with #453BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453BA8; }

 p { color: rgb(69,59,168); }

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

background-color css

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

 a { background-color: rgb(69,59,168); }

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

border-color css

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

 span { border-color: rgb(69,59,168); }

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