#3253D8

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

Shades of Free Speech Blue #3253D8

Tints of Free Speech Blue #3253D8

Color information

#3253D8 (or 0x3253D8) is unknown color: approx Free Speech Blue. HEX triplet: 32, 53 and D8. RGB value is (50,83,216). Sum of RGB (Red+Green+Blue) = 50+83+216=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #3253D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3253D8 is #CDAC27. Grayscale: #575757. Windows color (decimal): -13478952 or 14177074. OLE color: 14177074.

HSL color Cylindrical-coordinate representation of color #3253D8: hue angle of 228.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3253D8 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5083216-
CMYK0.770.6200.15
HSL228.07º68.03%52.16%-
HSV(B)228.07º76.85%84.71%-
XYZ16.811.8266.36-
YUV88.29200.07100.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 216 (84.77% from 255) = 61.89%
R=14.33%
G=23.78%
B=61.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50832160.770.6200.15228.0768.0352.16
Hex3253D84D3E0Fe44434
Octal621233301157601734410464
Binary110010101001111011000100110111111001111111001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3253D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3253D8; }

 p { color: rgb(50,83,216); }

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

<style>
 a { background-color: #3253D8; }

 a { background-color: rgb(50,83,216); }

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

<style>
 span { border-color: #3253D8; }

 span { border-color: rgb(50,83,216); }

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