Html Css Color HEX #355CCE Free Speech Blue

📋 copy color: '#355CCE'

red 53 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Blue #355CCE

Tints of Free Speech Blue #355CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 15.1%
G = 26.21%
B = 58.69%

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

#355CCE (or 0x355CCE) is known color: Free Speech Blue. HEX triplet: 35, 5C and CE. RGB value is (53,92,206). Sum of RGB (Red+Green+Blue) = 53+92+206=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #355CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCE is #CAA331. Grayscale: #5C5C5C. Windows color (decimal): -13280050 or 13524021. OLE color: 13524021.

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

Color convert

RGB 53 92 206 -
CMYK 0.74 0.55 0 0.19
HSL 224.71º 0.61% 0.51% -
HSV(B) 224.71º 0.74% 0.81% -
XYZ 16.44 12.87 60.01 -
YUV 93.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 53 92 206 0.74 0.55 0 0.19 224.71 0.61 0.51
Hex 35 5C CE 4A 37 0 13 E1 3D 33
Octal 65 134 316 112 67 0 23 341 75 63
Binary 110101 1011100 11001110 1001010 110111 0 10011 11100001 111101 110011

Color Harmonies of #355CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CCE

Black with #355CCE

Text Example


Text Example

White with #355CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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