Html Css Color HEX #353CDB Free Speech Blue

📋 copy color: '#353CDB'

red 53 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Blue #353CDB

Tints of Free Speech Blue #353CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 15.96%
G = 18.07%
B = 65.96%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#353CDB (or 0x353CDB) is known color: Free Speech Blue. HEX triplet: 35, 3C and DB. RGB value is (53,60,219). Sum of RGB (Red+Green+Blue) = 53+60+219=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #353CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CDB is #CAC324. Grayscale: #4B4B4B. Windows color (decimal): -13288229 or 14367797. OLE color: 14367797.

HSL color Cylindrical-coordinate representation of color #353CDB: hue angle of 237.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353CDB is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 60 219 -
CMYK 0.76 0.73 0 0.14
HSL 237.47º 0.7% 0.53% -
HSV(B) 237.47º 0.76% 0.86% -
XYZ 15.87 9.1 67.94 -
YUV 76.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 53 60 219 0.76 0.73 0 0.14 237.47 0.7 0.53
Hex 35 3C DB 4C 49 0 E ED 46 35
Octal 65 74 333 114 111 0 16 355 106 65
Binary 110101 111100 11011011 1001100 1001001 0 1110 11101101 1000110 110101

Color Harmonies of #353CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CDB

Black with #353CDB

Text Example


Text Example

White with #353CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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