#3B46CA

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

Shades of Free Speech Blue #3B46CA

Tints of Free Speech Blue #3B46CA

Color information

#3B46CA (or 0x3B46CA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 46 and CA. RGB value is (59,70,202). Sum of RGB (Red+Green+Blue) = 59+70+202=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B46CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B46CA is #C4B935. Grayscale: #515151. Windows color (decimal): -12892470 or 13256251. OLE color: 13256251.

HSL color Cylindrical-coordinate representation of color #3B46CA: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B46CA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5970202-
CMYK0.710.6500.21
HSL235.38º57.43%51.18%-
HSV(B)235.38º70.79%79.22%-
XYZ14.659.5756.95-
YUV81.76195.86111.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=17.82%
G=21.15%
B=61.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59702020.710.6500.21235.3857.4351.18
Hex3B46CA4741015eb3933
Octal731063121071010253537163
Binary1110111000110110010101000111100000101010111101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,202); }

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

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

 a { background-color: rgb(59,70,202); }

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

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

 span { border-color: rgb(59,70,202); }

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