Html Css Color HEX #423095 Blue Gem

📋 copy color: '#423095'

red 66 ◦ green 48 ◦ blue 149

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

Shades of Blue Gem #423095

Tints of Blue Gem #423095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 25.1%
G = 18.25%
B = 56.65%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423095 (or 0x423095) is known color: Blue Gem. HEX triplet: 42, 30 and 95. RGB value is (66,48,149). Sum of RGB (Red+Green+Blue) = 66+48+149=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #423095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423095 is #BDCF6A. Grayscale: #404040. Windows color (decimal): -12439403 or 9777218. OLE color: 9777218.

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

Color convert

RGB 66 48 149 -
CMYK 0.56 0.68 0 0.42
HSL 250.69º 0.51% 0.39% -
HSV(B) 250.69º 0.68% 0.58% -
XYZ 8.73 5.44 29.02 -
YUV 64.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 66 48 149 0.56 0.68 0 0.42 250.69 0.51 0.39
Hex 42 30 95 38 44 0 2A FB 33 27
Octal 102 60 225 70 104 0 52 373 63 47
Binary 1000010 110000 10010101 111000 1000100 0 101010 11111011 110011 100111

Color Harmonies of #423095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423095

Black with #423095

Text Example


Text Example

White with #423095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423095; }

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

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

background-color css

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

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

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

border-color css

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

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

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