#3B3EE0

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

Shades of Free Speech Blue #3B3EE0

Tints of Free Speech Blue #3B3EE0

Color information

#3B3EE0 (or 0x3B3EE0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3E and E0. RGB value is (59,62,224). Sum of RGB (Red+Green+Blue) = 59+62+224=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B3EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3EE0 is #C4C11F. Grayscale: #4E4E4E. Windows color (decimal): -12894496 or 14695995. OLE color: 14695995.

HSL color Cylindrical-coordinate representation of color #3B3EE0: hue angle of 238.91º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B3EE0 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5962224-
CMYK0.740.7200.12
HSL238.91º72.69%55.49%-
HSV(B)238.91º73.66%87.84%-
XYZ16.989.7671.51-
YUV79.57209.51113.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 224 (87.89% from 255) = 64.93%
R=17.10%
G=17.97%
B=64.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59622240.740.7200.12238.9172.6955.49
Hex3B3EE04A480Cef4937
Octal737634011211001435711167
Binary111011111110111000001001010100100001100111011111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,224); }

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

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

 a { background-color: rgb(59,62,224); }

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

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

 span { border-color: rgb(59,62,224); }

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