Html Css Color HEX #453BA3 Blue Gem

📋 copy color: '#453BA3'

red 69 ◦ green 59 ◦ blue 163

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

Shades of Blue Gem #453BA3

Tints of Blue Gem #453BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 56.01%

R = 23.71%
G = 20.27%
B = 56.01%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#453BA3 (or 0x453BA3) is known color: Blue Gem. HEX triplet: 45, 3B and A3. RGB value is (69,59,163). Sum of RGB (Red+Green+Blue) = 69+59+163=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #453BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BA3 is #BAC45C. Grayscale: #494949. Windows color (decimal): -12239965 or 10697541. OLE color: 10697541.

HSL color Cylindrical-coordinate representation of color #453BA3: hue angle of 245.77º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453BA3 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 59 163 -
CMYK 0.58 0.64 0 0.36
HSL 245.77º 0.47% 0.44% -
HSV(B) 245.77º 0.64% 0.64% -
XYZ 10.63 7.04 35.45 -
YUV 73.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 69 59 163 0.58 0.64 0 0.36 245.77 0.47 0.44
Hex 45 3B A3 3A 40 0 24 F6 2F 2C
Octal 105 73 243 72 100 0 44 366 57 54
Binary 1000101 111011 10100011 111010 1000000 0 100100 11110110 101111 101100

Color Harmonies of #453BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453BA3

Black with #453BA3

Text Example


Text Example

White with #453BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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