Html Css Color HEX #395DBA Free Speech Blue

📋 copy color: '#395DBA'

red 57 ◦ green 93 ◦ blue 186

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

Shades of Free Speech Blue #395DBA

Tints of Free Speech Blue #395DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 16.96%
G = 27.68%
B = 55.36%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#395DBA (or 0x395DBA) is known color: Free Speech Blue. HEX triplet: 39, 5D and BA. RGB value is (57,93,186). Sum of RGB (Red+Green+Blue) = 57+93+186=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #395DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DBA is #C6A245. Grayscale: #5C5C5C. Windows color (decimal): -13017670 or 12213561. OLE color: 12213561.

HSL color Cylindrical-coordinate representation of color #395DBA: hue angle of 223.26º 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 #395DBA is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 93 186 -
CMYK 0.69 0.5 0 0.27
HSL 223.26º 0.53% 0.48% -
HSV(B) 223.26º 0.69% 0.73% -
XYZ 14.46 12.24 48.06 -
YUV 92.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 57 93 186 0.69 0.5 0 0.27 223.26 0.53 0.48
Hex 39 5D BA 45 32 0 1B DF 35 30
Octal 71 135 272 105 62 0 33 337 65 60
Binary 111001 1011101 10111010 1000101 110010 0 11011 11011111 110101 110000

Color Harmonies of #395DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DBA

Black with #395DBA

Text Example


Text Example

White with #395DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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