#3B33DD

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

Shades of Free Speech Blue #3B33DD

Tints of Free Speech Blue #3B33DD

Color information

#3B33DD (or 0x3B33DD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 33 and DD. RGB value is (59,51,221). Sum of RGB (Red+Green+Blue) = 59+51+221=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33DD is #C4CC22. Grayscale: #484848. Windows color (decimal): -12897315 or 14496571. OLE color: 14496571.

HSL color Cylindrical-coordinate representation of color #3B33DD: hue angle of 242.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B33DD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5951221-
CMYK0.730.7700.13
HSL242.82º71.43%53.33%-
HSV(B)242.82º76.92%86.67%-
XYZ16.048.5269.21-
YUV72.77211.65118.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 221 (86.72% from 255) = 66.77%
R=17.82%
G=15.41%
B=66.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59512210.730.7700.13242.8271.4353.33
Hex3B33DD494D0Df34735
Octal736333511111501536310765
Binary111011110011110111011001001100110101101111100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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