Html Css Color HEX #355CCB Free Speech Blue

📋 copy color: '#355CCB'

red 53 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Blue #355CCB

Tints of Free Speech Blue #355CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 15.23%
G = 26.44%
B = 58.33%

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

#355CCB (or 0x355CCB) is known color: Free Speech Blue. HEX triplet: 35, 5C and CB. RGB value is (53,92,203). Sum of RGB (Red+Green+Blue) = 53+92+203=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #355CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CCB is #CAA334. Grayscale: #5C5C5C. Windows color (decimal): -13280053 or 13327413. OLE color: 13327413.

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

Color convert

RGB 53 92 203 -
CMYK 0.74 0.55 0 0.20
HSL 224.4º 0.59% 0.5% -
HSV(B) 224.4º 0.74% 0.8% -
XYZ 16.07 12.72 58.11 -
YUV 92.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 53 92 203 0.74 0.55 0 0.20 224.4 0.59 0.5
Hex 35 5C CB 4A 37 0 14 E0 3B 32
Octal 65 134 313 112 67 0 24 340 73 62
Binary 110101 1011100 11001011 1001010 110111 0 10100 11100000 111011 110010

Color Harmonies of #355CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CCB

Black with #355CCB

Text Example


Text Example

White with #355CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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