Html Css Color HEX #3463CE Free Speech Blue

📋 copy color: '#3463CE'

red 52 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Blue #3463CE

Tints of Free Speech Blue #3463CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 14.57%
G = 27.73%
B = 57.7%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3463CE (or 0x3463CE) is known color: Free Speech Blue. HEX triplet: 34, 63 and CE. RGB value is (52,99,206). Sum of RGB (Red+Green+Blue) = 52+99+206=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3463CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463CE is #CB9C31. Grayscale: #606060. Windows color (decimal): -13343794 or 13525812. OLE color: 13525812.

HSL color Cylindrical-coordinate representation of color #3463CE: hue angle of 221.69º 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 #3463CE is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 99 206 -
CMYK 0.75 0.52 0 0.19
HSL 221.69º 0.61% 0.51% -
HSV(B) 221.69º 0.75% 0.81% -
XYZ 17.02 14.11 60.22 -
YUV 97.15 189.43 95.8 -
System Red Green Blue C M Y K H S L
Decimal 52 99 206 0.75 0.52 0 0.19 221.69 0.61 0.51
Hex 34 63 CE 4B 34 0 13 DE 3D 33
Octal 64 143 316 113 64 0 23 336 75 63
Binary 110100 1100011 11001110 1001011 110100 0 10011 11011110 111101 110011

Color Harmonies of #3463CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3463CE

Black with #3463CE

Text Example


Text Example

White with #3463CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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