Html Css Color HEX #353DCD Free Speech Blue

📋 copy color: '#353DCD'

red 53 ◦ green 61 ◦ blue 205

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

Shades of Free Speech Blue #353DCD

Tints of Free Speech Blue #353DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 16.61%
G = 19.12%
B = 64.26%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#353DCD (or 0x353DCD) is known color: Free Speech Blue. HEX triplet: 35, 3D and CD. RGB value is (53,61,205). Sum of RGB (Red+Green+Blue) = 53+61+205=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #353DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DCD is #CAC232. Grayscale: #4A4A4A. Windows color (decimal): -13287987 or 13450549. OLE color: 13450549.

HSL color Cylindrical-coordinate representation of color #353DCD: hue angle of 236.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353DCD is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 61 205 -
CMYK 0.74 0.70 0 0.20
HSL 236.84º 0.6% 0.51% -
HSV(B) 236.84º 0.74% 0.8% -
XYZ 14.16 8.5 58.65 -
YUV 75.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 53 61 205 0.74 0.70 0 0.20 236.84 0.6 0.51
Hex 35 3D CD 4A 46 0 14 ED 3C 33
Octal 65 75 315 112 106 0 24 355 74 63
Binary 110101 111101 11001101 1001010 1000110 0 10100 11101101 111100 110011

Color Harmonies of #353DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DCD

Black with #353DCD

Text Example


Text Example

White with #353DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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