Html Css Color HEX #3463CC Free Speech Blue

📋 copy color: '#3463CC'

red 52 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #3463CC

Tints of Free Speech Blue #3463CC

RGB

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

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

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

R = 14.65%
G = 27.89%
B = 57.46%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3463CC (or 0x3463CC) is known color: Free Speech Blue. HEX triplet: 34, 63 and CC. RGB value is (52,99,204). Sum of RGB (Red+Green+Blue) = 52+99+204=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #3463CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463CC is #CB9C33. Grayscale: #606060. Windows color (decimal): -13343796 or 13394740. OLE color: 13394740.

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

Color convert

RGB 52 99 204 -
CMYK 0.75 0.51 0 0.2
HSL 221.45º 0.6% 0.5% -
HSV(B) 221.45º 0.75% 0.8% -
XYZ 16.78 14.01 58.95 -
YUV 96.92 188.43 95.96 -
System Red Green Blue C M Y K H S L
Decimal 52 99 204 0.75 0.51 0 0.2 221.45 0.6 0.5
Hex 34 63 CC 4B 33 0 14 DD 3C 32
Octal 64 143 314 113 63 0 24 335 74 62
Binary 110100 1100011 11001100 1001011 110011 0 10100 11011101 111100 110010

Color Harmonies of #3463CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3463CC

Black with #3463CC

Text Example


Text Example

White with #3463CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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