#3B42CE

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

Shades of Free Speech Blue #3B42CE

Tints of Free Speech Blue #3B42CE

Color information

#3B42CE (or 0x3B42CE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 42 and CE. RGB value is (59,66,206). Sum of RGB (Red+Green+Blue) = 59+66+206=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B42CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B42CE is #C4BD31. Grayscale: #4F4F4F. Windows color (decimal): -12893490 or 13517371. OLE color: 13517371.

HSL color Cylindrical-coordinate representation of color #3B42CE: hue angle of 237.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B42CE is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5966206-
CMYK0.710.6800.19
HSL237.14º60%51.96%-
HSV(B)237.14º71.36%80.78%-
XYZ14.899.2859.4-
YUV79.87199.18113.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 206 (80.86% from 255) = 62.24%
R=17.82%
G=19.94%
B=62.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59662060.710.6800.19237.146051.96
Hex3B42CE4744013ed3c34
Octal731023161071040233557464
Binary1110111000010110011101000111100010001001111101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B42CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,206); }

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

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

 a { background-color: rgb(59,66,206); }

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

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

 span { border-color: rgb(59,66,206); }

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