Html Css Color HEX #355BCE Free Speech Blue

📋 copy color: '#355BCE'

red 53 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #355BCE

Tints of Free Speech Blue #355BCE

RGB

 RED value IS 53 (21.09% from 255) = 15.14%

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

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

R = 15.14%
G = 26%
B = 58.86%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355BCE (or 0x355BCE) is known color: Free Speech Blue. HEX triplet: 35, 5B and CE. RGB value is (53,91,206). Sum of RGB (Red+Green+Blue) = 53+91+206=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #355BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BCE is #CAA431. Grayscale: #5C5C5C. Windows color (decimal): -13280306 or 13523765. OLE color: 13523765.

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

Color convert

RGB 53 91 206 -
CMYK 0.74 0.56 0 0.19
HSL 225.1º 0.61% 0.51% -
HSV(B) 225.1º 0.74% 0.81% -
XYZ 16.35 12.7 59.98 -
YUV 92.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 53 91 206 0.74 0.56 0 0.19 225.1 0.61 0.51
Hex 35 5B CE 4A 38 0 13 E1 3D 33
Octal 65 133 316 112 70 0 23 341 75 63
Binary 110101 1011011 11001110 1001010 111000 0 10011 11100001 111101 110011

Color Harmonies of #355BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BCE

Black with #355BCE

Text Example


Text Example

White with #355BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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