#3B33CC

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

Shades of Free Speech Blue #3B33CC

Tints of Free Speech Blue #3B33CC

Color information

#3B33CC (or 0x3B33CC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 33 and CC. RGB value is (59,51,204). Sum of RGB (Red+Green+Blue) = 59+51+204=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B33CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33CC is #C4CC33. Grayscale: #464646. Windows color (decimal): -12897332 or 13382459. OLE color: 13382459.

HSL color Cylindrical-coordinate representation of color #3B33CC: hue angle of 243.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B33CC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5951204-
CMYK0.710.7500.2
HSL243.14º60%50%-
HSV(B)243.14º75%80%-
XYZ13.897.6657.87-
YUV70.83203.15119.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=18.79%
G=16.24%
B=64.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal59512040.710.7500.2243.146050
Hex3B33CC474B014f33c32
Octal73633141071130243637462
Binary111011110011110011001000111100101101010011110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,204); }

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

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

 a { background-color: rgb(59,51,204); }

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

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

 span { border-color: rgb(59,51,204); }

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