Html Css Color HEX #353DDA Free Speech Blue

📋 copy color: '#353DDA'

red 53 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #353DDA

Tints of Free Speech Blue #353DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.66%

R = 15.96%
G = 18.37%
B = 65.66%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#353DDA (or 0x353DDA) is known color: Free Speech Blue. HEX triplet: 35, 3D and DA. RGB value is (53,61,218). Sum of RGB (Red+Green+Blue) = 53+61+218=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #353DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DDA is #CAC225. Grayscale: #4B4B4B. Windows color (decimal): -13287974 or 14302517. OLE color: 14302517.

HSL color Cylindrical-coordinate representation of color #353DDA: hue angle of 237.09º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353DDA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 61 218 -
CMYK 0.76 0.72 0 0.15
HSL 237.09º 0.69% 0.53% -
HSV(B) 237.09º 0.76% 0.85% -
XYZ 15.79 9.16 67.26 -
YUV 76.51 207.85 111.23 -
System Red Green Blue C M Y K H S L
Decimal 53 61 218 0.76 0.72 0 0.15 237.09 0.69 0.53
Hex 35 3D DA 4C 48 0 F ED 45 35
Octal 65 75 332 114 110 0 17 355 105 65
Binary 110101 111101 11011010 1001100 1001000 0 1111 11101101 1000101 110101

Color Harmonies of #353DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DDA

Black with #353DDA

Text Example


Text Example

White with #353DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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