Html Css Color HEX #453BB1 Blue Gem

📋 copy color: '#453BB1'

red 69 ◦ green 59 ◦ blue 177

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

Shades of Blue Gem #453BB1

Tints of Blue Gem #453BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 22.62%
G = 19.34%
B = 58.03%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#453BB1 (or 0x453BB1) is known color: Blue Gem. HEX triplet: 45, 3B and B1. RGB value is (69,59,177). Sum of RGB (Red+Green+Blue) = 69+59+177=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #453BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BB1 is #BAC44E. Grayscale: #4A4A4A. Windows color (decimal): -12239951 or 11615045. OLE color: 11615045.

HSL color Cylindrical-coordinate representation of color #453BB1: hue angle of 245.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453BB1 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 59 177 -
CMYK 0.61 0.67 0 0.31
HSL 245.08º 0.5% 0.46% -
HSV(B) 245.08º 0.67% 0.69% -
XYZ 11.95 7.57 42.43 -
YUV 75.44 185.31 123.41 -
System Red Green Blue C M Y K H S L
Decimal 69 59 177 0.61 0.67 0 0.31 245.08 0.5 0.46
Hex 45 3B B1 3D 43 0 1F F5 32 2E
Octal 105 73 261 75 103 0 37 365 62 56
Binary 1000101 111011 10110001 111101 1000011 0 11111 11110101 110010 101110

Color Harmonies of #453BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453BB1

Black with #453BB1

Text Example


Text Example

White with #453BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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