Html Css Color HEX #353CCE Free Speech Blue

📋 copy color: '#353CCE'

red 53 ◦ green 60 ◦ blue 206

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

Shades of Free Speech Blue #353CCE

Tints of Free Speech Blue #353CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

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

R = 16.61%
G = 18.81%
B = 64.58%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#353CCE (or 0x353CCE) is known color: Free Speech Blue. HEX triplet: 35, 3C and CE. RGB value is (53,60,206). Sum of RGB (Red+Green+Blue) = 53+60+206=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #353CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CCE is #CAC331. Grayscale: #494949. Windows color (decimal): -13288242 or 13515829. OLE color: 13515829.

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

Color convert

RGB 53 60 206 -
CMYK 0.74 0.71 0 0.19
HSL 237.25º 0.61% 0.51% -
HSV(B) 237.25º 0.74% 0.81% -
XYZ 14.22 8.44 59.27 -
YUV 74.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 53 60 206 0.74 0.71 0 0.19 237.25 0.61 0.51
Hex 35 3C CE 4A 47 0 13 ED 3D 33
Octal 65 74 316 112 107 0 23 355 75 63
Binary 110101 111100 11001110 1001010 1000111 0 10011 11101101 111101 110011

Color Harmonies of #353CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CCE

Black with #353CCE

Text Example


Text Example

White with #353CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353CCE; }

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

 H1.HeaderClassName
 {
   color: #353CCE;
 }
 .AnyTagClassName
 {
   color: #353CCE;
 }
</style>

background-color css

<style>
 a { background-color: #353CCE; }

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

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

border-color css

<style>
 span { border-color: #353CCE; }

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

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