Html Css Color HEX #452E8D Blue Gem

📋 copy color: '#452E8D'

red 69 ◦ green 46 ◦ blue 141

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

Shades of Blue Gem #452E8D

Tints of Blue Gem #452E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 26.95%
G = 17.97%
B = 55.08%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#452E8D (or 0x452E8D) is known color: Blue Gem. HEX triplet: 45, 2E and 8D. RGB value is (69,46,141). Sum of RGB (Red+Green+Blue) = 69+46+141=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #452E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452E8D is #BAD172. Grayscale: #3F3F3F. Windows color (decimal): -12243315 or 9252421. OLE color: 9252421.

HSL color Cylindrical-coordinate representation of color #452E8D: hue angle of 254.53º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452E8D is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 46 141 -
CMYK 0.51 0.67 0 0.45
HSL 254.53º 0.51% 0.37% -
HSV(B) 254.53º 0.67% 0.55% -
XYZ 8.24 5.14 25.76 -
YUV 63.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 69 46 141 0.51 0.67 0 0.45 254.53 0.51 0.37
Hex 45 2E 8D 33 43 0 2D FF 33 25
Octal 105 56 215 63 103 0 55 377 63 45
Binary 1000101 101110 10001101 110011 1000011 0 101101 11111111 110011 100101

Color Harmonies of #452E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E8D

Black with #452E8D

Text Example


Text Example

White with #452E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452E8D; }

 p { color: rgb(69,46,141); }

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

background-color css

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

 a { background-color: rgb(69,46,141); }

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

border-color css

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

 span { border-color: rgb(69,46,141); }

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