Html Css Color HEX #353FCB Free Speech Blue

📋 copy color: '#353FCB'

red 53 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Blue #353FCB

Tints of Free Speech Blue #353FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.75%

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

R = 16.61%
G = 19.75%
B = 63.64%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#353FCB (or 0x353FCB) is known color: Free Speech Blue. HEX triplet: 35, 3F and CB. RGB value is (53,63,203). Sum of RGB (Red+Green+Blue) = 53+63+203=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #353FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FCB is #CAC034. Grayscale: #4B4B4B. Windows color (decimal): -13287477 or 13319989. OLE color: 13319989.

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

Color convert

RGB 53 63 203 -
CMYK 0.74 0.69 0 0.20
HSL 236º 0.59% 0.5% -
HSV(B) 236º 0.74% 0.8% -
XYZ 14.03 8.62 57.43 -
YUV 75.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 53 63 203 0.74 0.69 0 0.20 236 0.59 0.5
Hex 35 3F CB 4A 45 0 14 EC 3B 32
Octal 65 77 313 112 105 0 24 354 73 62
Binary 110101 111111 11001011 1001010 1000101 0 10100 11101100 111011 110010

Color Harmonies of #353FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FCB

Black with #353FCB

Text Example


Text Example

White with #353FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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