#3852CC

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

Shades of Free Speech Blue #3852CC

Tints of Free Speech Blue #3852CC

Color information

#3852CC (or 0x3852CC) is unknown color: approx Free Speech Blue. HEX triplet: 38, 52 and CC. RGB value is (56,82,204). Sum of RGB (Red+Green+Blue) = 56+82+204=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3852CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852CC is #C7AD33. Grayscale: #575757. Windows color (decimal): -13086004 or 13390392. OLE color: 13390392.

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

Color convert

RGB5682204-
CMYK0.730.6000.2
HSL229.46º59.2%50.98%-
HSV(B)229.46º72.55%80%-
XYZ15.5511.2358.48-
YUV88.13193.39105.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=16.37%
G=23.98%
B=59.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56822040.730.6000.2229.4659.250.98
Hex3852CC493C014e53b33
Octal70122314111740243457363
Binary111000101001011001100100100111110001010011100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3852CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,82,204); }

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

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

 a { background-color: rgb(56,82,204); }

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

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

 span { border-color: rgb(56,82,204); }

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