#3F33B4

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

Shades of Blue Gem #3F33B4

Tints of Blue Gem #3F33B4

Color information

#3F33B4 (or 0x3F33B4) is unknown color: approx Blue Gem. HEX triplet: 3F, 33 and B4. RGB value is (63,51,180). Sum of RGB (Red+Green+Blue) = 63+51+180=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F33B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F33B4 is #C0CC4B. Grayscale: #444444. Windows color (decimal): -12635212 or 11809599. OLE color: 11809599.

HSL color Cylindrical-coordinate representation of color #3F33B4: hue angle of 245.58º 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 #3F33B4 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6351180-
CMYK0.650.7200.29
HSL245.58º55.84%45.29%-
HSV(B)245.58º71.67%70.59%-
XYZ11.476.7243.87-
YUV69.29190.48123.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 180 (70.70% from 255) = 61.22%
R=21.43%
G=17.35%
B=61.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63511800.650.7200.29245.5855.8445.29
Hex3F33B4414801Df6382d
Octal77632641011100353667055
Binary111111110011101101001000001100100001110111110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F33B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F33B4; }

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

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

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

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

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

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

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

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