#3B5DCA

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

Shades of Free Speech Blue #3B5DCA

Tints of Free Speech Blue #3B5DCA

Color information

#3B5DCA (or 0x3B5DCA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 5D and CA. RGB value is (59,93,202). Sum of RGB (Red+Green+Blue) = 59+93+202=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5DCA is #C4A235. Grayscale: #5E5E5E. Windows color (decimal): -12886582 or 13262139. OLE color: 13262139.

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

Color convert

RGB5993202-
CMYK0.710.5400.21
HSL225.73º57.43%51.18%-
HSV(B)225.73º70.79%79.22%-
XYZ16.3813.0257.53-
YUV95.26188.24102.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=16.67%
G=26.27%
B=57.06%

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
Decimal59932020.710.5400.21225.7357.4351.18
Hex3B5DCA4736015e23933
Octal73135312107660253427163
Binary111011101110111001010100011111011001010111100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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