Html Css Color HEX #354CE1 Free Speech Blue

📋 copy color: '#354CE1'

red 53 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Blue #354CE1

Tints of Free Speech Blue #354CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 225 (88.28% from 255) = 63.56%

R = 14.97%
G = 21.47%
B = 63.56%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#354CE1 (or 0x354CE1) is known color: Free Speech Blue. HEX triplet: 35, 4C and E1. RGB value is (53,76,225). Sum of RGB (Red+Green+Blue) = 53+76+225=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #354CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CE1 is #CAB31E. Grayscale: #555555. Windows color (decimal): -13284127 or 14765109. OLE color: 14765109.

HSL color Cylindrical-coordinate representation of color #354CE1: hue angle of 231.98º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354CE1 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 76 225 -
CMYK 0.76 0.66 0 0.12
HSL 231.98º 0.74% 0.55% -
HSV(B) 231.98º 0.76% 0.88% -
XYZ 17.64 11.36 72.5 -
YUV 86.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 53 76 225 0.76 0.66 0 0.12 231.98 0.74 0.55
Hex 35 4C E1 4C 42 0 C E8 4A 37
Octal 65 114 341 114 102 0 14 350 112 67
Binary 110101 1001100 11100001 1001100 1000010 0 1100 11101000 1001010 110111

Color Harmonies of #354CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CE1

Black with #354CE1

Text Example


Text Example

White with #354CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,225); }

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

background-color css

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

 a { background-color: rgb(53,76,225); }

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

border-color css

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

 span { border-color: rgb(53,76,225); }

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