Html Css Color HEX #354BCE Free Speech Blue

📋 copy color: '#354BCE'

red 53 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #354BCE

Tints of Free Speech Blue #354BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 15.87%
G = 22.46%
B = 61.68%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#354BCE (or 0x354BCE) is known color: Free Speech Blue. HEX triplet: 35, 4B and CE. RGB value is (53,75,206). Sum of RGB (Red+Green+Blue) = 53+75+206=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #354BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BCE is #CAB431. Grayscale: #525252. Windows color (decimal): -13284402 or 13519669. OLE color: 13519669.

HSL color Cylindrical-coordinate representation of color #354BCE: hue angle of 231.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354BCE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 75 206 -
CMYK 0.74 0.64 0 0.19
HSL 231.37º 0.61% 0.51% -
HSV(B) 231.37º 0.74% 0.81% -
XYZ 15.12 10.25 59.57 -
YUV 83.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 53 75 206 0.74 0.64 0 0.19 231.37 0.61 0.51
Hex 35 4B CE 4A 40 0 13 E7 3D 33
Octal 65 113 316 112 100 0 23 347 75 63
Binary 110101 1001011 11001110 1001010 1000000 0 10011 11100111 111101 110011

Color Harmonies of #354BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354BCE

Black with #354BCE

Text Example


Text Example

White with #354BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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