Html Css Color HEX #353ACD Free Speech Blue

📋 copy color: '#353ACD'

red 53 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #353ACD

Tints of Free Speech Blue #353ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 16.77%
G = 18.35%
B = 64.87%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#353ACD (or 0x353ACD) is known color: Free Speech Blue. HEX triplet: 35, 3A and CD. RGB value is (53,58,205). Sum of RGB (Red+Green+Blue) = 53+58+205=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #353ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ACD is #CAC532. Grayscale: #484848. Windows color (decimal): -13288755 or 13449781. OLE color: 13449781.

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

Color convert

RGB 53 58 205 -
CMYK 0.74 0.72 0 0.20
HSL 238.03º 0.6% 0.51% -
HSV(B) 238.03º 0.74% 0.8% -
XYZ 14 8.19 58.6 -
YUV 73.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 53 58 205 0.74 0.72 0 0.20 238.03 0.6 0.51
Hex 35 3A CD 4A 48 0 14 EE 3C 33
Octal 65 72 315 112 110 0 24 356 74 63
Binary 110101 111010 11001101 1001010 1001000 0 10100 11101110 111100 110011

Color Harmonies of #353ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353ACD

Black with #353ACD

Text Example


Text Example

White with #353ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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