Html Css Color HEX #355FCB Free Speech Blue

📋 copy color: '#355FCB'

red 53 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #355FCB

Tints of Free Speech Blue #355FCB

RGB

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

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

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

R = 15.1%
G = 27.07%
B = 57.83%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#355FCB (or 0x355FCB) is known color: Free Speech Blue. HEX triplet: 35, 5F and CB. RGB value is (53,95,203). Sum of RGB (Red+Green+Blue) = 53+95+203=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #355FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FCB is #CAA034. Grayscale: #5E5E5E. Windows color (decimal): -13279285 or 13328181. OLE color: 13328181.

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

Color convert

RGB 53 95 203 -
CMYK 0.74 0.53 0 0.20
HSL 223.2º 0.59% 0.5% -
HSV(B) 223.2º 0.74% 0.8% -
XYZ 16.34 13.25 58.2 -
YUV 94.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 53 95 203 0.74 0.53 0 0.20 223.2 0.59 0.5
Hex 35 5F CB 4A 35 0 14 DF 3B 32
Octal 65 137 313 112 65 0 24 337 73 62
Binary 110101 1011111 11001011 1001010 110101 0 10100 11011111 111011 110010

Color Harmonies of #355FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FCB

Black with #355FCB

Text Example


Text Example

White with #355FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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