Html Css Color HEX #355BCB Free Speech Blue

📋 copy color: '#355BCB'

red 53 ◦ green 91 ◦ blue 203

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

Shades of Free Speech Blue #355BCB

Tints of Free Speech Blue #355BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 15.27%
G = 26.22%
B = 58.5%

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

#355BCB (or 0x355BCB) is known color: Free Speech Blue. HEX triplet: 35, 5B and CB. RGB value is (53,91,203). Sum of RGB (Red+Green+Blue) = 53+91+203=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #355BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BCB is #CAA434. Grayscale: #5B5B5B. Windows color (decimal): -13280309 or 13327157. OLE color: 13327157.

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

Color convert

RGB 53 91 203 -
CMYK 0.74 0.55 0 0.20
HSL 224.8º 0.59% 0.5% -
HSV(B) 224.8º 0.74% 0.8% -
XYZ 15.99 12.55 58.08 -
YUV 92.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 53 91 203 0.74 0.55 0 0.20 224.8 0.59 0.5
Hex 35 5B CB 4A 37 0 14 E1 3B 32
Octal 65 133 313 112 67 0 24 341 73 62
Binary 110101 1011011 11001011 1001010 110111 0 10100 11100001 111011 110010

Color Harmonies of #355BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BCB

Black with #355BCB

Text Example


Text Example

White with #355BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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