Html Css Color HEX #395BBA Free Speech Blue

📋 copy color: '#395BBA'

red 57 ◦ green 91 ◦ blue 186

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

Shades of Free Speech Blue #395BBA

Tints of Free Speech Blue #395BBA

RGB

 RED value IS 57 (22.66% from 255) = 17.07%

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 17.07%
G = 27.25%
B = 55.69%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#395BBA (or 0x395BBA) is known color: Free Speech Blue. HEX triplet: 39, 5B and BA. RGB value is (57,91,186). Sum of RGB (Red+Green+Blue) = 57+91+186=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #395BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BBA is #C6A445. Grayscale: #5B5B5B. Windows color (decimal): -13018182 or 12213049. OLE color: 12213049.

HSL color Cylindrical-coordinate representation of color #395BBA: hue angle of 224.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395BBA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 91 186 -
CMYK 0.69 0.51 0 0.27
HSL 224.19º 0.53% 0.48% -
HSV(B) 224.19º 0.69% 0.73% -
XYZ 14.29 11.9 48 -
YUV 91.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 57 91 186 0.69 0.51 0 0.27 224.19 0.53 0.48
Hex 39 5B BA 45 33 0 1B E0 35 30
Octal 71 133 272 105 63 0 33 340 65 60
Binary 111001 1011011 10111010 1000101 110011 0 11011 11100000 110101 110000

Color Harmonies of #395BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BBA

Black with #395BBA

Text Example


Text Example

White with #395BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395BBA; }

 p { color: rgb(57,91,186); }

 H1.HeaderClassName
 {
   color: #395BBA;
 }
 .AnyTagClassName
 {
   color: #395BBA;
 }
</style>

background-color css

<style>
 a { background-color: #395BBA; }

 a { background-color: rgb(57,91,186); }

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

border-color css

<style>
 span { border-color: #395BBA; }

 span { border-color: rgb(57,91,186); }

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