Html Css Color HEX #3B5CBA Free Speech Blue

📋 copy color: '#3B5CBA'

red 59 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Blue #3B5CBA

Tints of Free Speech Blue #3B5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 17.51%
G = 27.3%
B = 55.19%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B5CBA (or 0x3B5CBA) is known color: Free Speech Blue. HEX triplet: 3B, 5C and BA. RGB value is (59,92,186). Sum of RGB (Red+Green+Blue) = 59+92+186=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5CBA is #C4A345. Grayscale: #5C5C5C. Windows color (decimal): -12886854 or 12213307. OLE color: 12213307.

HSL color Cylindrical-coordinate representation of color #3B5CBA: hue angle of 224.41º 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 #3B5CBA is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 92 186 -
CMYK 0.68 0.51 0 0.27
HSL 224.41º 0.52% 0.48% -
HSV(B) 224.41º 0.68% 0.73% -
XYZ 14.49 12.13 48.03 -
YUV 92.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 59 92 186 0.68 0.51 0 0.27 224.41 0.52 0.48
Hex 3B 5C BA 44 33 0 1B E0 34 30
Octal 73 134 272 104 63 0 33 340 64 60
Binary 111011 1011100 10111010 1000100 110011 0 11011 11100000 110100 110000

Color Harmonies of #3B5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5CBA

Black with #3B5CBA

Text Example


Text Example

White with #3B5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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