Html Css Color HEX #423295 Blue Gem

📋 copy color: '#423295'

red 66 ◦ green 50 ◦ blue 149

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

Shades of Blue Gem #423295

Tints of Blue Gem #423295

RGB

 RED value IS 66 (26.17% from 255) = 24.91%

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 24.91%
G = 18.87%
B = 56.23%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423295 (or 0x423295) is known color: Blue Gem. HEX triplet: 42, 32 and 95. RGB value is (66,50,149). Sum of RGB (Red+Green+Blue) = 66+50+149=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #423295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423295 is #BDCD6A. Grayscale: #414141. Windows color (decimal): -12438891 or 9777730. OLE color: 9777730.

HSL color Cylindrical-coordinate representation of color #423295: hue angle of 249.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423295 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 50 149 -
CMYK 0.56 0.66 0 0.42
HSL 249.7º 0.5% 0.39% -
HSV(B) 249.7º 0.66% 0.58% -
XYZ 8.81 5.61 29.05 -
YUV 66.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 66 50 149 0.56 0.66 0 0.42 249.7 0.5 0.39
Hex 42 32 95 38 42 0 2A FA 32 27
Octal 102 62 225 70 102 0 52 372 62 47
Binary 1000010 110010 10010101 111000 1000010 0 101010 11111010 110010 100111

Color Harmonies of #423295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423295

Black with #423295

Text Example


Text Example

White with #423295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423295; }

 p { color: rgb(66,50,149); }

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

background-color css

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

 a { background-color: rgb(66,50,149); }

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

border-color css

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

 span { border-color: rgb(66,50,149); }

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