Html Css Color HEX #354BDA Free Speech Blue

📋 copy color: '#354BDA'

red 53 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #354BDA

Tints of Free Speech Blue #354BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

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

R = 15.32%
G = 21.68%
B = 63.01%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#354BDA (or 0x354BDA) is known color: Free Speech Blue. HEX triplet: 35, 4B and DA. RGB value is (53,75,218). Sum of RGB (Red+Green+Blue) = 53+75+218=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #354BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BDA is #CAB425. Grayscale: #545454. Windows color (decimal): -13284390 or 14306101. OLE color: 14306101.

HSL color Cylindrical-coordinate representation of color #354BDA: hue angle of 232º 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 #354BDA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 75 218 -
CMYK 0.76 0.66 0 0.15
HSL 232º 0.69% 0.53% -
HSV(B) 232º 0.76% 0.85% -
XYZ 16.64 10.85 67.55 -
YUV 84.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 53 75 218 0.76 0.66 0 0.15 232 0.69 0.53
Hex 35 4B DA 4C 42 0 F E8 45 35
Octal 65 113 332 114 102 0 17 350 105 65
Binary 110101 1001011 11011010 1001100 1000010 0 1111 11101000 1000101 110101

Color Harmonies of #354BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354BDA

Black with #354BDA

Text Example


Text Example

White with #354BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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