#3B5CCA

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

Shades of Free Speech Blue #3B5CCA

Tints of Free Speech Blue #3B5CCA

Color information

#3B5CCA (or 0x3B5CCA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5C and CA. RGB value is (59,92,202). Sum of RGB (Red+Green+Blue) = 59+92+202=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B5CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CCA is #C4A335. Grayscale: #5E5E5E. Windows color (decimal): -12886838 or 13261883. OLE color: 13261883.

HSL color Cylindrical-coordinate representation of color #3B5CCA: hue angle of 226.15º 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 #3B5CCA is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5992202-
CMYK0.710.5400.21
HSL226.15º57.43%51.18%-
HSV(B)226.15º70.79%79.22%-
XYZ16.2912.8557.5-
YUV94.67188.57102.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=16.71%
G=26.06%
B=57.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59922020.710.5400.21226.1557.4351.18
Hex3B5CCA4736015e23933
Octal73134312107660253427163
Binary111011101110011001010100011111011001010111100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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