Html Css Color HEX #395BCE Free Speech Blue

📋 copy color: '#395BCE'

red 57 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #395BCE

Tints of Free Speech Blue #395BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 16.1%
G = 25.71%
B = 58.19%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#395BCE (or 0x395BCE) is known color: Free Speech Blue. HEX triplet: 39, 5B and CE. RGB value is (57,91,206). Sum of RGB (Red+Green+Blue) = 57+91+206=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #395BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BCE is #C6A431. Grayscale: #5D5D5D. Windows color (decimal): -13018162 or 13523769. OLE color: 13523769.

HSL color Cylindrical-coordinate representation of color #395BCE: hue angle of 226.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395BCE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 91 206 -
CMYK 0.72 0.56 0 0.19
HSL 226.31º 0.6% 0.52% -
HSV(B) 226.31º 0.72% 0.81% -
XYZ 16.57 12.81 59.99 -
YUV 93.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 57 91 206 0.72 0.56 0 0.19 226.31 0.6 0.52
Hex 39 5B CE 48 38 0 13 E2 3C 34
Octal 71 133 316 110 70 0 23 342 74 64
Binary 111001 1011011 11001110 1001000 111000 0 10011 11100010 111100 110100

Color Harmonies of #395BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395BCE

Black with #395BCE

Text Example


Text Example

White with #395BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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