Html Css Color HEX #453DAB Blue Gem

📋 copy color: '#453DAB'

red 69 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #453DAB

Tints of Blue Gem #453DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 22.92%
G = 20.27%
B = 56.81%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#453DAB (or 0x453DAB) is known color: Blue Gem. HEX triplet: 45, 3D and AB. RGB value is (69,61,171). Sum of RGB (Red+Green+Blue) = 69+61+171=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #453DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DAB is #BAC254. Grayscale: #4B4B4B. Windows color (decimal): -12239445 or 11222341. OLE color: 11222341.

HSL color Cylindrical-coordinate representation of color #453DAB: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453DAB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 61 171 -
CMYK 0.60 0.64 0 0.33
HSL 244.36º 0.47% 0.45% -
HSV(B) 244.36º 0.64% 0.67% -
XYZ 11.47 7.54 39.38 -
YUV 75.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 69 61 171 0.60 0.64 0 0.33 244.36 0.47 0.45
Hex 45 3D AB 3C 40 0 21 F4 2F 2D
Octal 105 75 253 74 100 0 41 364 57 55
Binary 1000101 111101 10101011 111100 1000000 0 100001 11110100 101111 101101

Color Harmonies of #453DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453DAB

Black with #453DAB

Text Example


Text Example

White with #453DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,61,171); }

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

background-color css

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

 a { background-color: rgb(69,61,171); }

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

border-color css

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

 span { border-color: rgb(69,61,171); }

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