Html Css Color HEX #433295 Blue Gem

📋 copy color: '#433295'

red 67 ◦ green 50 ◦ blue 149

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

Shades of Blue Gem #433295

Tints of Blue Gem #433295

RGB

 RED value IS 67 (26.56% from 255) = 25.19%

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

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

R = 25.19%
G = 18.8%
B = 56.02%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#433295 (or 0x433295) is known color: Blue Gem. HEX triplet: 43, 32 and 95. RGB value is (67,50,149). Sum of RGB (Red+Green+Blue) = 67+50+149=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #433295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433295 is #BCCD6A. Grayscale: #414141. Windows color (decimal): -12373355 or 9777731. OLE color: 9777731.

HSL color Cylindrical-coordinate representation of color #433295: hue angle of 250.3º 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 #433295 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 50 149 -
CMYK 0.55 0.66 0 0.42
HSL 250.3º 0.5% 0.39% -
HSV(B) 250.3º 0.66% 0.58% -
XYZ 8.88 5.64 29.06 -
YUV 66.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 67 50 149 0.55 0.66 0 0.42 250.3 0.5 0.39
Hex 43 32 95 37 42 0 2A FA 32 27
Octal 103 62 225 67 102 0 52 372 62 47
Binary 1000011 110010 10010101 110111 1000010 0 101010 11111010 110010 100111

Color Harmonies of #433295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433295

Black with #433295

Text Example


Text Example

White with #433295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433295; }

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

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

background-color css

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

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

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

border-color css

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

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

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