Html Css Color HEX #354CCC Free Speech Blue

📋 copy color: '#354CCC'

red 53 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #354CCC

Tints of Free Speech Blue #354CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 15.92%
G = 22.82%
B = 61.26%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#354CCC (or 0x354CCC) is known color: Free Speech Blue. HEX triplet: 35, 4C and CC. RGB value is (53,76,204). Sum of RGB (Red+Green+Blue) = 53+76+204=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #354CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CCC is #CAB333. Grayscale: #535353. Windows color (decimal): -13284148 or 13388853. OLE color: 13388853.

HSL color Cylindrical-coordinate representation of color #354CCC: hue angle of 230.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354CCC is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 76 204 -
CMYK 0.74 0.63 0 0.2
HSL 230.86º 0.6% 0.5% -
HSV(B) 230.86º 0.74% 0.8% -
XYZ 14.95 10.29 58.32 -
YUV 83.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 53 76 204 0.74 0.63 0 0.2 230.86 0.6 0.5
Hex 35 4C CC 4A 3F 0 14 E7 3C 32
Octal 65 114 314 112 77 0 24 347 74 62
Binary 110101 1001100 11001100 1001010 111111 0 10100 11100111 111100 110010

Color Harmonies of #354CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CCC

Black with #354CCC

Text Example


Text Example

White with #354CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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