Html Css Color HEX #453DA5 Blue Gem

📋 copy color: '#453DA5'

red 69 ◦ green 61 ◦ blue 165

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

Shades of Blue Gem #453DA5

Tints of Blue Gem #453DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.93%

R = 23.39%
G = 20.68%
B = 55.93%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#453DA5 (or 0x453DA5) is known color: Blue Gem. HEX triplet: 45, 3D and A5. RGB value is (69,61,165). Sum of RGB (Red+Green+Blue) = 69+61+165=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #453DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DA5 is #BAC25A. Grayscale: #4A4A4A. Windows color (decimal): -12239451 or 10829125. OLE color: 10829125.

HSL color Cylindrical-coordinate representation of color #453DA5: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453DA5 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 61 165 -
CMYK 0.58 0.63 0 0.35
HSL 244.62º 0.46% 0.44% -
HSV(B) 244.62º 0.63% 0.65% -
XYZ 10.91 7.32 36.43 -
YUV 75.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 69 61 165 0.58 0.63 0 0.35 244.62 0.46 0.44
Hex 45 3D A5 3A 3F 0 23 F5 2E 2C
Octal 105 75 245 72 77 0 43 365 56 54
Binary 1000101 111101 10100101 111010 111111 0 100011 11110101 101110 101100

Color Harmonies of #453DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453DA5

Black with #453DA5

Text Example


Text Example

White with #453DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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