Html Css Color HEX #453690 Blue Gem

📋 copy color: '#453690'

red 69 ◦ green 54 ◦ blue 144

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

Shades of Blue Gem #453690

Tints of Blue Gem #453690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 25.84%
G = 20.22%
B = 53.93%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#453690 (or 0x453690) is known color: Blue Gem. HEX triplet: 45, 36 and 90. RGB value is (69,54,144). Sum of RGB (Red+Green+Blue) = 69+54+144=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #453690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453690 is #BAC96F. Grayscale: #444444. Windows color (decimal): -12241264 or 9451077. OLE color: 9451077.

HSL color Cylindrical-coordinate representation of color #453690: hue angle of 250º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453690 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 54 144 -
CMYK 0.52 0.63 0 0.44
HSL 250º 0.45% 0.39% -
HSV(B) 250º 0.63% 0.56% -
XYZ 8.81 5.92 27.06 -
YUV 68.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 69 54 144 0.52 0.63 0 0.44 250 0.45 0.39
Hex 45 36 90 34 3F 0 2C FA 2D 27
Octal 105 66 220 64 77 0 54 372 55 47
Binary 1000101 110110 10010000 110100 111111 0 101100 11111010 101101 100111

Color Harmonies of #453690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453690

Black with #453690

Text Example


Text Example

White with #453690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453690; }

 p { color: rgb(69,54,144); }

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

background-color css

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

 a { background-color: rgb(69,54,144); }

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

border-color css

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

 span { border-color: rgb(69,54,144); }

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