#4033B4

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

Shades of Blue Gem #4033B4

Tints of Blue Gem #4033B4

Color information

#4033B4 (or 0x4033B4) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and B4. RGB value is (64,51,180). Sum of RGB (Red+Green+Blue) = 64+51+180=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #4033B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033B4 is #BFCC4B. Grayscale: #454545. Windows color (decimal): -12569676 or 11809600. OLE color: 11809600.

HSL color Cylindrical-coordinate representation of color #4033B4: hue angle of 246.05º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4033B4 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6451180-
CMYK0.640.7200.29
HSL246.05º55.84%45.29%-
HSV(B)246.05º71.67%70.59%-
XYZ11.546.7543.88-
YUV69.59190.31124.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 180 (70.70% from 255) = 61.02%
R=21.69%
G=17.29%
B=61.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64511800.640.7200.29246.0555.8445.29
Hex4033B4404801Df6382d
Octal100632641001100353667055
Binary1000000110011101101001000000100100001110111110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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