Html Css Color HEX #3B3FBA Free Speech Blue

📋 copy color: '#3B3FBA'

red 59 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #3B3FBA

Tints of Free Speech Blue #3B3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 19.16%
G = 20.45%
B = 60.39%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B3FBA (or 0x3B3FBA) is known color: Free Speech Blue. HEX triplet: 3B, 3F and BA. RGB value is (59,63,186). Sum of RGB (Red+Green+Blue) = 59+63+186=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B3FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3FBA is #C4C045. Grayscale: #4B4B4B. Windows color (decimal): -12894278 or 12205883. OLE color: 12205883.

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

Color convert

RGB 59 63 186 -
CMYK 0.68 0.66 0 0.27
HSL 238.11º 0.52% 0.48% -
HSV(B) 238.11º 0.68% 0.73% -
XYZ 12.44 8.03 47.35 -
YUV 75.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 59 63 186 0.68 0.66 0 0.27 238.11 0.52 0.48
Hex 3B 3F BA 44 42 0 1B EE 34 30
Octal 73 77 272 104 102 0 33 356 64 60
Binary 111011 111111 10111010 1000100 1000010 0 11011 11101110 110100 110000

Color Harmonies of #3B3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3FBA

Black with #3B3FBA

Text Example


Text Example

White with #3B3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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