Html Css Color HEX #4033AA Blue Gem

📋 copy color: '#4033AA'

red 64 ◦ green 51 ◦ blue 170

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

Shades of Blue Gem #4033AA

Tints of Blue Gem #4033AA

RGB

 RED value IS 64 (25.39% from 255) = 22.46%

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 22.46%
G = 17.89%
B = 59.65%

CMYK

 C value IS 0.62

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4033AA (or 0x4033AA) is known color: Blue Gem. HEX triplet: 40, 33 and AA. RGB value is (64,51,170). Sum of RGB (Red+Green+Blue) = 64+51+170=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #4033AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AA is #BFCC55. Grayscale: #434343. Windows color (decimal): -12569686 or 11154240. OLE color: 11154240.

HSL color Cylindrical-coordinate representation of color #4033AA: hue angle of 246.55º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4033AA is Cyan = 0.62, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 51 170 -
CMYK 0.62 0.7 0 0.33
HSL 246.55º 0.54% 0.43% -
HSV(B) 246.55º 0.7% 0.67% -
XYZ 10.55 6.36 38.7 -
YUV 68.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 64 51 170 0.62 0.7 0 0.33 246.55 0.54 0.43
Hex 40 33 AA 3E 46 0 21 F7 36 2B
Octal 100 63 252 76 106 0 41 367 66 53
Binary 1000000 110011 10101010 111110 1000110 0 100001 11110111 110110 101011

Color Harmonies of #4033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033AA

Black with #4033AA

Text Example


Text Example

White with #4033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4033AA; }

 p { color: rgb(64,51,170); }

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

background-color css

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

 a { background-color: rgb(64,51,170); }

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

border-color css

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

 span { border-color: rgb(64,51,170); }

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