#3844DA

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

Shades of Free Speech Blue #3844DA

Tints of Free Speech Blue #3844DA

Color information

#3844DA (or 0x3844DA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 44 and DA. RGB value is (56,68,218). Sum of RGB (Red+Green+Blue) = 56+68+218=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #3844DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3844DA is #C7BB25. Grayscale: #505050. Windows color (decimal): -13089574 or 14304312. OLE color: 14304312.

HSL color Cylindrical-coordinate representation of color #3844DA: hue angle of 235.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3844DA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5668218-
CMYK0.740.6900.15
HSL235.56º68.64%53.73%-
HSV(B)235.56º74.31%85.49%-
XYZ16.3510.0467.41-
YUV81.51205.02109.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 218 (85.55% from 255) = 63.74%
R=16.37%
G=19.88%
B=63.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56682180.740.6900.15235.5668.6453.73
Hex3844DA4A450Fec4536
Octal7010433211210501735410566
Binary1110001000100110110101001010100010101111111011001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3844DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3844DA; }

 p { color: rgb(56,68,218); }

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

<style>
 a { background-color: #3844DA; }

 a { background-color: rgb(56,68,218); }

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

<style>
 span { border-color: #3844DA; }

 span { border-color: rgb(56,68,218); }

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