Html Css Color HEX #395ECB Free Speech Blue

📋 copy color: '#395ECB'

red 57 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Blue #395ECB

Tints of Free Speech Blue #395ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 16.1%
G = 26.55%
B = 57.34%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#395ECB (or 0x395ECB) is known color: Free Speech Blue. HEX triplet: 39, 5E and CB. RGB value is (57,94,203). Sum of RGB (Red+Green+Blue) = 57+94+203=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #395ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ECB is #C6A134. Grayscale: #5E5E5E. Windows color (decimal): -13017397 or 13327929. OLE color: 13327929.

HSL color Cylindrical-coordinate representation of color #395ECB: hue angle of 224.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395ECB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 94 203 -
CMYK 0.72 0.54 0 0.20
HSL 224.79º 0.58% 0.51% -
HSV(B) 224.79º 0.72% 0.8% -
XYZ 16.47 13.19 58.18 -
YUV 95.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 57 94 203 0.72 0.54 0 0.20 224.79 0.58 0.51
Hex 39 5E CB 48 36 0 14 E1 3A 33
Octal 71 136 313 110 66 0 24 341 72 63
Binary 111001 1011110 11001011 1001000 110110 0 10100 11100001 111010 110011

Color Harmonies of #395ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395ECB

Black with #395ECB

Text Example


Text Example

White with #395ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,94,203); }

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

background-color css

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

 a { background-color: rgb(57,94,203); }

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

border-color css

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

 span { border-color: rgb(57,94,203); }

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