#3B33D6

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

Shades of Free Speech Blue #3B33D6

Tints of Free Speech Blue #3B33D6

Color information

#3B33D6 (or 0x3B33D6) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 33 and D6. RGB value is (59,51,214). Sum of RGB (Red+Green+Blue) = 59+51+214=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #3B33D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33D6 is #C4CC29. Grayscale: #474747. Windows color (decimal): -12897322 or 14037819. OLE color: 14037819.

HSL color Cylindrical-coordinate representation of color #3B33D6: hue angle of 242.94º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B33D6 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5951214-
CMYK0.720.7600.16
HSL242.94º66.53%51.96%-
HSV(B)242.94º76.17%83.92%-
XYZ15.138.1564.39-
YUV71.97208.15118.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 214 (83.98% from 255) = 66.05%
R=18.21%
G=15.74%
B=66.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59512140.720.7600.16242.9466.5351.96
Hex3B33D6484C010f34334
Octal736332611011402036310364
Binary1110111100111101011010010001001100010000111100111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B33D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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