Html Css Color HEX #423290 Blue Gem

📋 copy color: '#423290'

red 66 ◦ green 50 ◦ blue 144

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

Shades of Blue Gem #423290

Tints of Blue Gem #423290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 25.38%
G = 19.23%
B = 55.38%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423290 (or 0x423290) is known color: Blue Gem. HEX triplet: 42, 32 and 90. RGB value is (66,50,144). Sum of RGB (Red+Green+Blue) = 66+50+144=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #423290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423290 is #BDCD6F. Grayscale: #414141. Windows color (decimal): -12438896 or 9450050. OLE color: 9450050.

HSL color Cylindrical-coordinate representation of color #423290: hue angle of 250.21º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423290 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 50 144 -
CMYK 0.54 0.65 0 0.44
HSL 250.21º 0.48% 0.38% -
HSV(B) 250.21º 0.65% 0.56% -
XYZ 8.42 5.45 26.99 -
YUV 65.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 66 50 144 0.54 0.65 0 0.44 250.21 0.48 0.38
Hex 42 32 90 36 41 0 2C FA 30 26
Octal 102 62 220 66 101 0 54 372 60 46
Binary 1000010 110010 10010000 110110 1000001 0 101100 11111010 110000 100110

Color Harmonies of #423290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423290

Black with #423290

Text Example


Text Example

White with #423290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423290; }

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

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

background-color css

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

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

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

border-color css

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

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

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