Html Css Color HEX #3461CE Free Speech Blue

📋 copy color: '#3461CE'

red 52 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Blue #3461CE

Tints of Free Speech Blue #3461CE

RGB

 RED value IS 52 (20.7% from 255) = 14.65%

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 14.65%
G = 27.32%
B = 58.03%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3461CE (or 0x3461CE) is known color: Free Speech Blue. HEX triplet: 34, 61 and CE. RGB value is (52,97,206). Sum of RGB (Red+Green+Blue) = 52+97+206=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #3461CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461CE is #CB9E31. Grayscale: #5F5F5F. Windows color (decimal): -13344306 or 13525300. OLE color: 13525300.

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

Color convert

RGB 52 97 206 -
CMYK 0.75 0.53 0 0.19
HSL 222.47º 0.61% 0.51% -
HSV(B) 222.47º 0.75% 0.81% -
XYZ 16.83 13.74 60.16 -
YUV 95.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 52 97 206 0.75 0.53 0 0.19 222.47 0.61 0.51
Hex 34 61 CE 4B 35 0 13 DE 3D 33
Octal 64 141 316 113 65 0 23 336 75 63
Binary 110100 1100001 11001110 1001011 110101 0 10011 11011110 111101 110011

Color Harmonies of #3461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3461CE

Black with #3461CE

Text Example


Text Example

White with #3461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3461CE; }

 p { color: rgb(52,97,206); }

 H1.HeaderClassName
 {
   color: #3461CE;
 }
 .AnyTagClassName
 {
   color: #3461CE;
 }
</style>

background-color css

<style>
 a { background-color: #3461CE; }

 a { background-color: rgb(52,97,206); }

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

border-color css

<style>
 span { border-color: #3461CE; }

 span { border-color: rgb(52,97,206); }

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