Html Css Color HEX #355CCD Free Speech Blue

📋 copy color: '#355CCD'

red 53 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #355CCD

Tints of Free Speech Blue #355CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 15.14%
G = 26.29%
B = 58.57%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#355CCD (or 0x355CCD) is known color: Free Speech Blue. HEX triplet: 35, 5C and CD. RGB value is (53,92,205). Sum of RGB (Red+Green+Blue) = 53+92+205=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #355CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCD is #CAA332. Grayscale: #5C5C5C. Windows color (decimal): -13280051 or 13458485. OLE color: 13458485.

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

Color convert

RGB 53 92 205 -
CMYK 0.74 0.55 0 0.20
HSL 224.61º 0.6% 0.51% -
HSV(B) 224.61º 0.74% 0.8% -
XYZ 16.31 12.82 59.37 -
YUV 93.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 53 92 205 0.74 0.55 0 0.20 224.61 0.6 0.51
Hex 35 5C CD 4A 37 0 14 E1 3C 33
Octal 65 134 315 112 67 0 24 341 74 63
Binary 110101 1011100 11001101 1001010 110111 0 10100 11100001 111100 110011

Color Harmonies of #355CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CCD

Black with #355CCD

Text Example


Text Example

White with #355CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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