Html Css Color HEX #452395 Blue Gem

📋 copy color: '#452395'

red 69 ◦ green 35 ◦ blue 149

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

Shades of Blue Gem #452395

Tints of Blue Gem #452395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 27.27%
G = 13.83%
B = 58.89%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#452395 (or 0x452395) is known color: Blue Gem. HEX triplet: 45, 23 and 95. RGB value is (69,35,149). Sum of RGB (Red+Green+Blue) = 69+35+149=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #452395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452395 is #BADC6A. Grayscale: #393939. Windows color (decimal): -12246123 or 9773893. OLE color: 9773893.

HSL color Cylindrical-coordinate representation of color #452395: hue angle of 257.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452395 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 35 149 -
CMYK 0.54 0.77 0 0.42
HSL 257.89º 0.62% 0.36% -
HSV(B) 257.89º 0.77% 0.58% -
XYZ 8.48 4.64 28.88 -
YUV 58.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 69 35 149 0.54 0.77 0 0.42 257.89 0.62 0.36
Hex 45 23 95 36 4D 0 2A 102 3E 24
Octal 105 43 225 66 115 0 52 402 76 44
Binary 1000101 100011 10010101 110110 1001101 0 101010 100000010 111110 100100

Color Harmonies of #452395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452395

Black with #452395

Text Example


Text Example

White with #452395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452395; }

 p { color: rgb(69,35,149); }

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

background-color css

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

 a { background-color: rgb(69,35,149); }

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

border-color css

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

 span { border-color: rgb(69,35,149); }

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