Html Css Color HEX #355CCF Free Speech Blue

📋 copy color: '#355CCF'

red 53 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Blue #355CCF

Tints of Free Speech Blue #355CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 15.06%
G = 26.14%
B = 58.81%

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

#355CCF (or 0x355CCF) is known color: Free Speech Blue. HEX triplet: 35, 5C and CF. RGB value is (53,92,207). Sum of RGB (Red+Green+Blue) = 53+92+207=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #355CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCF is #CAA330. Grayscale: #5C5C5C. Windows color (decimal): -13280049 or 13589557. OLE color: 13589557.

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

Color convert

RGB 53 92 207 -
CMYK 0.74 0.56 0 0.19
HSL 224.81º 0.62% 0.51% -
HSV(B) 224.81º 0.74% 0.81% -
XYZ 16.56 12.92 60.65 -
YUV 93.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 53 92 207 0.74 0.56 0 0.19 224.81 0.62 0.51
Hex 35 5C CF 4A 38 0 13 E1 3E 33
Octal 65 134 317 112 70 0 23 341 76 63
Binary 110101 1011100 11001111 1001010 111000 0 10011 11100001 111110 110011

Color Harmonies of #355CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CCF

Black with #355CCF

Text Example


Text Example

White with #355CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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