Html Css Color HEX #433390 Blue Gem

📋 copy color: '#433390'

red 67 ◦ green 51 ◦ blue 144

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

Shades of Blue Gem #433390

Tints of Blue Gem #433390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

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

R = 25.57%
G = 19.47%
B = 54.96%

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

#433390 (or 0x433390) is known color: Blue Gem. HEX triplet: 43, 33 and 90. RGB value is (67,51,144). Sum of RGB (Red+Green+Blue) = 67+51+144=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #433390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433390 is #BCCC6F. Grayscale: #424242. Windows color (decimal): -12373104 or 9450307. OLE color: 9450307.

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

Color convert

RGB 67 51 144 -
CMYK 0.53 0.65 0 0.44
HSL 250.32º 0.48% 0.38% -
HSV(B) 250.32º 0.65% 0.56% -
XYZ 8.53 5.57 27.01 -
YUV 66.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 67 51 144 0.53 0.65 0 0.44 250.32 0.48 0.38
Hex 43 33 90 35 41 0 2C FA 30 26
Octal 103 63 220 65 101 0 54 372 60 46
Binary 1000011 110011 10010000 110101 1000001 0 101100 11111010 110000 100110

Color Harmonies of #433390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433390

Black with #433390

Text Example


Text Example

White with #433390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433390; }

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

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

background-color css

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

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

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

border-color css

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

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

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