Html Css Color HEX #433290 Blue Gem

📋 copy color: '#433290'

red 67 ◦ green 50 ◦ blue 144

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

Shades of Blue Gem #433290

Tints of Blue Gem #433290

RGB

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

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

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

R = 25.67%
G = 19.16%
B = 55.17%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#433290 (or 0x433290) is known color: Blue Gem. HEX triplet: 43, 32 and 90. RGB value is (67,50,144). Sum of RGB (Red+Green+Blue) = 67+50+144=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #433290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433290 is #BCCD6F. Grayscale: #414141. Windows color (decimal): -12373360 or 9450051. OLE color: 9450051.

HSL color Cylindrical-coordinate representation of color #433290: hue angle of 250.85º 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 #433290 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 50 144 -
CMYK 0.53 0.65 0 0.44
HSL 250.85º 0.48% 0.38% -
HSV(B) 250.85º 0.65% 0.56% -
XYZ 8.49 5.49 27 -
YUV 65.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 67 50 144 0.53 0.65 0 0.44 250.85 0.48 0.38
Hex 43 32 90 35 41 0 2C FB 30 26
Octal 103 62 220 65 101 0 54 373 60 46
Binary 1000011 110010 10010000 110101 1000001 0 101100 11111011 110000 100110

Color Harmonies of #433290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433290

Black with #433290

Text Example


Text Example

White with #433290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433290; }

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

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

background-color css

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

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

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

border-color css

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

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

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