Html Css Color HEX #354FCE Free Speech Blue

📋 copy color: '#354FCE'

red 53 ◦ green 79 ◦ blue 206

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

Shades of Free Speech Blue #354FCE

Tints of Free Speech Blue #354FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

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

R = 15.68%
G = 23.37%
B = 60.95%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#354FCE (or 0x354FCE) is known color: Free Speech Blue. HEX triplet: 35, 4F and CE. RGB value is (53,79,206). Sum of RGB (Red+Green+Blue) = 53+79+206=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #354FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FCE is #CAB031. Grayscale: #555555. Windows color (decimal): -13283378 or 13520693. OLE color: 13520693.

HSL color Cylindrical-coordinate representation of color #354FCE: hue angle of 229.8º 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 #354FCE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 79 206 -
CMYK 0.74 0.62 0 0.19
HSL 229.8º 0.61% 0.51% -
HSV(B) 229.8º 0.74% 0.81% -
XYZ 15.4 10.81 59.67 -
YUV 85.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 53 79 206 0.74 0.62 0 0.19 229.8 0.61 0.51
Hex 35 4F CE 4A 3E 0 13 E6 3D 33
Octal 65 117 316 112 76 0 23 346 75 63
Binary 110101 1001111 11001110 1001010 111110 0 10011 11100110 111101 110011

Color Harmonies of #354FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FCE

Black with #354FCE

Text Example


Text Example

White with #354FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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