Html Css Color HEX #355DCE Free Speech Blue

📋 copy color: '#355DCE'

red 53 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Blue #355DCE

Tints of Free Speech Blue #355DCE

RGB

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

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

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

R = 15.06%
G = 26.42%
B = 58.52%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355DCE (or 0x355DCE) is known color: Free Speech Blue. HEX triplet: 35, 5D and CE. RGB value is (53,93,206). Sum of RGB (Red+Green+Blue) = 53+93+206=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #355DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DCE is #CAA231. Grayscale: #5D5D5D. Windows color (decimal): -13279794 or 13524277. OLE color: 13524277.

HSL color Cylindrical-coordinate representation of color #355DCE: hue angle of 224.31º 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 #355DCE is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 93 206 -
CMYK 0.74 0.55 0 0.19
HSL 224.31º 0.61% 0.51% -
HSV(B) 224.31º 0.74% 0.81% -
XYZ 16.52 13.04 60.04 -
YUV 93.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 53 93 206 0.74 0.55 0 0.19 224.31 0.61 0.51
Hex 35 5D CE 4A 37 0 13 E0 3D 33
Octal 65 135 316 112 67 0 23 340 75 63
Binary 110101 1011101 11001110 1001010 110111 0 10011 11100000 111101 110011

Color Harmonies of #355DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DCE

Black with #355DCE

Text Example


Text Example

White with #355DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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