Html Css Color HEX #423292 Blue Gem

📋 copy color: '#423292'

red 66 ◦ green 50 ◦ blue 146

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

Shades of Blue Gem #423292

Tints of Blue Gem #423292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 25.19%
G = 19.08%
B = 55.73%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423292 (or 0x423292) is known color: Blue Gem. HEX triplet: 42, 32 and 92. RGB value is (66,50,146). Sum of RGB (Red+Green+Blue) = 66+50+146=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #423292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423292 is #BDCD6D. Grayscale: #414141. Windows color (decimal): -12438894 or 9581122. OLE color: 9581122.

HSL color Cylindrical-coordinate representation of color #423292: hue angle of 250º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423292 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 50 146 -
CMYK 0.55 0.66 0 0.43
HSL 250º 0.49% 0.38% -
HSV(B) 250º 0.66% 0.57% -
XYZ 8.58 5.51 27.81 -
YUV 65.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 66 50 146 0.55 0.66 0 0.43 250 0.49 0.38
Hex 42 32 92 37 42 0 2B FA 31 26
Octal 102 62 222 67 102 0 53 372 61 46
Binary 1000010 110010 10010010 110111 1000010 0 101011 11111010 110001 100110

Color Harmonies of #423292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423292

Black with #423292

Text Example


Text Example

White with #423292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423292; }

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

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

background-color css

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

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

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

border-color css

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

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

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