Html Css Color HEX #354DD4 Free Speech Blue

📋 copy color: '#354DD4'

red 53 ◦ green 77 ◦ blue 212

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

Shades of Free Speech Blue #354DD4

Tints of Free Speech Blue #354DD4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 212 (83.2% from 255) = 61.99%

R = 15.5%
G = 22.51%
B = 61.99%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#354DD4 (or 0x354DD4) is known color: Free Speech Blue. HEX triplet: 35, 4D and D4. RGB value is (53,77,212). Sum of RGB (Red+Green+Blue) = 53+77+212=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #354DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DD4 is #CAB22B. Grayscale: #545454. Windows color (decimal): -13283884 or 13913397. OLE color: 13913397.

HSL color Cylindrical-coordinate representation of color #354DD4: hue angle of 230.94º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354DD4 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 77 212 -
CMYK 0.75 0.64 0 0.17
HSL 230.94º 0.65% 0.52% -
HSV(B) 230.94º 0.75% 0.83% -
XYZ 16.01 10.82 63.53 -
YUV 85.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 53 77 212 0.75 0.64 0 0.17 230.94 0.65 0.52
Hex 35 4D D4 4B 40 0 11 E7 41 34
Octal 65 115 324 113 100 0 21 347 101 64
Binary 110101 1001101 11010100 1001011 1000000 0 10001 11100111 1000001 110100

Color Harmonies of #354DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354DD4

Black with #354DD4

Text Example


Text Example

White with #354DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354DD4; }

 p { color: rgb(53,77,212); }

 H1.HeaderClassName
 {
   color: #354DD4;
 }
 .AnyTagClassName
 {
   color: #354DD4;
 }
</style>

background-color css

<style>
 a { background-color: #354DD4; }

 a { background-color: rgb(53,77,212); }

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

border-color css

<style>
 span { border-color: #354DD4; }

 span { border-color: rgb(53,77,212); }

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