Html Css Color HEX #453B9D Blue Gem

📋 copy color: '#453B9D'

red 69 ◦ green 59 ◦ blue 157

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

Shades of Blue Gem #453B9D

Tints of Blue Gem #453B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 24.21%
G = 20.7%
B = 55.09%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#453B9D (or 0x453B9D) is known color: Blue Gem. HEX triplet: 45, 3B and 9D. RGB value is (69,59,157). Sum of RGB (Red+Green+Blue) = 69+59+157=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #453B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B9D is #BAC462. Grayscale: #484848. Windows color (decimal): -12239971 or 10304325. OLE color: 10304325.

HSL color Cylindrical-coordinate representation of color #453B9D: hue angle of 246.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453B9D is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 59 157 -
CMYK 0.56 0.62 0 0.38
HSL 246.12º 0.45% 0.42% -
HSV(B) 246.12º 0.62% 0.62% -
XYZ 10.1 6.83 32.68 -
YUV 73.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 69 59 157 0.56 0.62 0 0.38 246.12 0.45 0.42
Hex 45 3B 9D 38 3E 0 26 F6 2D 2A
Octal 105 73 235 70 76 0 46 366 55 52
Binary 1000101 111011 10011101 111000 111110 0 100110 11110110 101101 101010

Color Harmonies of #453B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B9D

Black with #453B9D

Text Example


Text Example

White with #453B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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