Html Css Color HEX #3B53BA Free Speech Blue

📋 copy color: '#3B53BA'

red 59 ◦ green 83 ◦ blue 186

#3B53BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3B53BA

Tints of Free Speech Blue #3B53BA

RGB

 RED value IS 59 (23.44% from 255) = 17.99%

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 17.99%
G = 25.3%
B = 56.71%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B53BA (or 0x3B53BA) is known color: Free Speech Blue. HEX triplet: 3B, 53 and BA. RGB value is (59,83,186). Sum of RGB (Red+Green+Blue) = 59+83+186=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B53BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B53BA is #C4AC45. Grayscale: #575757. Windows color (decimal): -12889158 or 12211003. OLE color: 12211003.

HSL color Cylindrical-coordinate representation of color #3B53BA: hue angle of 228.66º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B53BA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 83 186 -
CMYK 0.68 0.55 0 0.27
HSL 228.66º 0.52% 0.48% -
HSV(B) 228.66º 0.68% 0.73% -
XYZ 13.76 10.66 47.79 -
YUV 87.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 59 83 186 0.68 0.55 0 0.27 228.66 0.52 0.48
Hex 3B 53 BA 44 37 0 1B E5 34 30
Octal 73 123 272 104 67 0 33 345 64 60
Binary 111011 1010011 10111010 1000100 110111 0 11011 11100101 110100 110000

Color Harmonies of #3B53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B53BA

Black with #3B53BA

Text Example


Text Example

White with #3B53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,83,186); }

 H1.HeaderClassName
 {
   color: #3B53BA;
 }
 .AnyTagClassName
 {
   color: #3B53BA;
 }
</style>

background-color css

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

 a { background-color: rgb(59,83,186); }

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

border-color css

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

 span { border-color: rgb(59,83,186); }

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