Html Css Color HEX #453AB1 Blue Gem

📋 copy color: '#453AB1'

red 69 ◦ green 58 ◦ blue 177

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

Shades of Blue Gem #453AB1

Tints of Blue Gem #453AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 22.7%
G = 19.08%
B = 58.22%

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

#453AB1 (or 0x453AB1) is known color: Blue Gem. HEX triplet: 45, 3A and B1. RGB value is (69,58,177). Sum of RGB (Red+Green+Blue) = 69+58+177=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #453AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453AB1 is #BAC54E. Grayscale: #4A4A4A. Windows color (decimal): -12240207 or 11614789. OLE color: 11614789.

HSL color Cylindrical-coordinate representation of color #453AB1: hue angle of 245.55º degrees, saturation: 0.51, 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 #453AB1 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 58 177 -
CMYK 0.61 0.67 0 0.31
HSL 245.55º 0.51% 0.46% -
HSV(B) 245.55º 0.67% 0.69% -
XYZ 11.9 7.47 42.41 -
YUV 74.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 69 58 177 0.61 0.67 0 0.31 245.55 0.51 0.46
Hex 45 3A B1 3D 43 0 1F F6 33 2E
Octal 105 72 261 75 103 0 37 366 63 56
Binary 1000101 111010 10110001 111101 1000011 0 11111 11110110 110011 101110

Color Harmonies of #453AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453AB1

Black with #453AB1

Text Example


Text Example

White with #453AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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