#4033AC

Color #4033AC Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4033AC

Tints of Blue Gem #4033AC

Color information

#4033AC (or 0x4033AC) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and AC. RGB value is (64,51,172). Sum of RGB (Red+Green+Blue) = 64+51+172=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #4033AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4033AC is #BFCC53. Grayscale: #444444. Windows color (decimal): -12569684 or 11285312. OLE color: 11285312.

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

Color convert

RGB6451172-
CMYK0.630.7000.33
HSL246.45º54.26%43.73%-
HSV(B)246.45º70.35%67.45%-
XYZ10.746.4439.71-
YUV68.68186.31124.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=22.30%
G=17.77%
B=59.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64511720.630.7000.33246.4554.2643.73
Hex4033AC3F46021f6362c
Octal10063254771060413666654
Binary1000000110011101011001111111000110010000111110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4033AC;
 }
 .AnyTagClassName
 {
   color: #4033AC;
 }
</style>
background-color css

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

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

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

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

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

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