Html Css Color HEX #353DC8 Free Speech Blue

📋 copy color: '#353DC8'

red 53 ◦ green 61 ◦ blue 200

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

Shades of Free Speech Blue #353DC8

Tints of Free Speech Blue #353DC8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 200 (78.52% from 255) = 63.69%

R = 16.88%
G = 19.43%
B = 63.69%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#353DC8 (or 0x353DC8) is known color: Free Speech Blue. HEX triplet: 35, 3D and C8. RGB value is (53,61,200). Sum of RGB (Red+Green+Blue) = 53+61+200=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #353DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DC8 is #CAC237. Grayscale: #494949. Windows color (decimal): -13287992 or 13122869. OLE color: 13122869.

HSL color Cylindrical-coordinate representation of color #353DC8: hue angle of 236.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353DC8 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 61 200 -
CMYK 0.74 0.69 0 0.22
HSL 236.73º 0.58% 0.5% -
HSV(B) 236.73º 0.74% 0.78% -
XYZ 13.56 8.26 55.52 -
YUV 74.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 53 61 200 0.74 0.69 0 0.22 236.73 0.58 0.5
Hex 35 3D C8 4A 45 0 16 ED 3A 32
Octal 65 75 310 112 105 0 26 355 72 62
Binary 110101 111101 11001000 1001010 1000101 0 10110 11101101 111010 110010

Color Harmonies of #353DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DC8

Black with #353DC8

Text Example


Text Example

White with #353DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,200); }

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

background-color css

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

 a { background-color: rgb(53,61,200); }

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

border-color css

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

 span { border-color: rgb(53,61,200); }

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