#3634DD

Color #3634DD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3634DD

Tints of Free Speech Blue #3634DD

Color information

#3634DD (or 0x3634DD) is unknown color: approx Free Speech Blue. HEX triplet: 36, 34 and DD. RGB value is (54,52,221). Sum of RGB (Red+Green+Blue) = 54+52+221=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #3634DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3634DD is #C9CB22. Grayscale: #474747. Windows color (decimal): -13224739 or 14496822. OLE color: 14496822.

HSL color Cylindrical-coordinate representation of color #3634DD: hue angle of 240.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3634DD is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5452221-
CMYK0.760.7600.13
HSL240.71º71.31%53.53%-
HSV(B)240.71º76.47%86.67%-
XYZ15.88.4669.21-
YUV71.86212.16115.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 221 (86.72% from 255) = 67.58%
R=16.51%
G=15.90%
B=67.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54522210.760.7600.13240.7171.3153.53
Hex3634DD4C4C0Df14736
Octal666433511411401536110766
Binary110110110100110111011001100100110001101111100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3634DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3634DD; }

 p { color: rgb(54,52,221); }

 H1.HeaderClassName
 {
   color: #3634DD;
 }
 .AnyTagClassName
 {
   color: #3634DD;
 }
</style>
background-color css

<style>
 a { background-color: #3634DD; }

 a { background-color: rgb(54,52,221); }

 div.DivClassName
 {
   background-color: #3634DD;
 }
 .BgClassName
 {
   background-color: #3634DD;
 }
</style>
border-color css

<style>
 span { border-color: #3634DD; }

 span { border-color: rgb(54,52,221); }

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