Html Css Color HEX #353CCA Free Speech Blue

📋 copy color: '#353CCA'

red 53 ◦ green 60 ◦ blue 202

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

Shades of Free Speech Blue #353CCA

Tints of Free Speech Blue #353CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 16.83%
G = 19.05%
B = 64.13%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#353CCA (or 0x353CCA) is known color: Free Speech Blue. HEX triplet: 35, 3C and CA. RGB value is (53,60,202). Sum of RGB (Red+Green+Blue) = 53+60+202=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #353CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCA is #CAC335. Grayscale: #494949. Windows color (decimal): -13288246 or 13253685. OLE color: 13253685.

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

Color convert

RGB 53 60 202 -
CMYK 0.74 0.70 0 0.21
HSL 237.18º 0.58% 0.5% -
HSV(B) 237.18º 0.74% 0.79% -
XYZ 13.74 8.25 56.75 -
YUV 74.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 53 60 202 0.74 0.70 0 0.21 237.18 0.58 0.5
Hex 35 3C CA 4A 46 0 15 ED 3A 32
Octal 65 74 312 112 106 0 25 355 72 62
Binary 110101 111100 11001010 1001010 1000110 0 10101 11101101 111010 110010

Color Harmonies of #353CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CCA

Black with #353CCA

Text Example


Text Example

White with #353CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,202); }

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

background-color css

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

 a { background-color: rgb(53,60,202); }

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

border-color css

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

 span { border-color: rgb(53,60,202); }

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