#3848CA

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

Shades of Free Speech Blue #3848CA

Tints of Free Speech Blue #3848CA

Color information

#3848CA (or 0x3848CA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 48 and CA. RGB value is (56,72,202). Sum of RGB (Red+Green+Blue) = 56+72+202=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #3848CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3848CA is #C7B735. Grayscale: #515151. Windows color (decimal): -13088566 or 13256760. OLE color: 13256760.

HSL color Cylindrical-coordinate representation of color #3848CA: hue angle of 233.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3848CA is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5672202-
CMYK0.720.6400.21
HSL233.42º57.94%50.59%-
HSV(B)233.42º72.28%79.22%-
XYZ14.619.7456.99-
YUV82.04195.7109.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=16.97%
G=21.82%
B=61.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56722020.720.6400.21233.4257.9450.59
Hex3848CA4840015e93a33
Octal701103121101000253517263
Binary1110001001000110010101001000100000001010111101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3848CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3848CA; }

 p { color: rgb(56,72,202); }

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

<style>
 a { background-color: #3848CA; }

 a { background-color: rgb(56,72,202); }

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

<style>
 span { border-color: #3848CA; }

 span { border-color: rgb(56,72,202); }

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