Html Css Color HEX #395ABB Free Speech Blue

📋 copy color: '#395ABB'

red 57 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #395ABB

Tints of Free Speech Blue #395ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 17.07%
G = 26.95%
B = 55.99%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#395ABB (or 0x395ABB) is known color: Free Speech Blue. HEX triplet: 39, 5A and BB. RGB value is (57,90,187). Sum of RGB (Red+Green+Blue) = 57+90+187=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #395ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ABB is #C6A544. Grayscale: #5A5A5A. Windows color (decimal): -13018437 or 12278329. OLE color: 12278329.

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

Color convert

RGB 57 90 187 -
CMYK 0.70 0.52 0 0.27
HSL 224.77º 0.53% 0.48% -
HSV(B) 224.77º 0.7% 0.73% -
XYZ 14.31 11.77 48.53 -
YUV 91.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 57 90 187 0.70 0.52 0 0.27 224.77 0.53 0.48
Hex 39 5A BB 46 34 0 1B E1 35 30
Octal 71 132 273 106 64 0 33 341 65 60
Binary 111001 1011010 10111011 1000110 110100 0 11011 11100001 110101 110000

Color Harmonies of #395ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395ABB

Black with #395ABB

Text Example


Text Example

White with #395ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,187); }

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

background-color css

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

 a { background-color: rgb(57,90,187); }

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

border-color css

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

 span { border-color: rgb(57,90,187); }

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