Html Css Color HEX #355FCC Free Speech Blue

📋 copy color: '#355FCC'

red 53 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #355FCC

Tints of Free Speech Blue #355FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 15.06%
G = 26.99%
B = 57.95%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#355FCC (or 0x355FCC) is known color: Free Speech Blue. HEX triplet: 35, 5F and CC. RGB value is (53,95,204). Sum of RGB (Red+Green+Blue) = 53+95+204=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #355FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FCC is #CAA033. Grayscale: #5E5E5E. Windows color (decimal): -13279284 or 13393717. OLE color: 13393717.

HSL color Cylindrical-coordinate representation of color #355FCC: hue angle of 223.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355FCC is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 95 204 -
CMYK 0.74 0.53 0 0.2
HSL 223.31º 0.6% 0.5% -
HSV(B) 223.31º 0.74% 0.8% -
XYZ 16.46 13.3 58.83 -
YUV 94.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 53 95 204 0.74 0.53 0 0.2 223.31 0.6 0.5
Hex 35 5F CC 4A 35 0 14 DF 3C 32
Octal 65 137 314 112 65 0 24 337 74 62
Binary 110101 1011111 11001100 1001010 110101 0 10100 11011111 111100 110010

Color Harmonies of #355FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FCC

Black with #355FCC

Text Example


Text Example

White with #355FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,204); }

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

background-color css

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

 a { background-color: rgb(53,95,204); }

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

border-color css

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

 span { border-color: rgb(53,95,204); }

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