#3B4ABC

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

Shades of Free Speech Blue #3B4ABC

Tints of Free Speech Blue #3B4ABC

Color information

#3B4ABC (or 0x3B4ABC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4A and BC. RGB value is (59,74,188). Sum of RGB (Red+Green+Blue) = 59+74+188=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4ABC is #C4B543. Grayscale: #525252. Windows color (decimal): -12891460 or 12339771. OLE color: 12339771.

HSL color Cylindrical-coordinate representation of color #3B4ABC: hue angle of 233.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B4ABC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5974188-
CMYK0.690.6100.26
HSL233.02º52.23%48.43%-
HSV(B)233.02º68.62%73.73%-
XYZ13.339.4648.7-
YUV82.51187.53111.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=18.38%
G=23.05%
B=58.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal59741880.690.6100.26233.0252.2348.43
Hex3B4ABC453D01Ae93430
Octal73112274105750323516460
Binary111011100101010111100100010111110101101011101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,188); }

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

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

 a { background-color: rgb(59,74,188); }

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

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

 span { border-color: rgb(59,74,188); }

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