#3855CB

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

Shades of Free Speech Blue #3855CB

Tints of Free Speech Blue #3855CB

Color information

#3855CB (or 0x3855CB) is unknown color: approx Free Speech Blue. HEX triplet: 38, 55 and CB. RGB value is (56,85,203). Sum of RGB (Red+Green+Blue) = 56+85+203=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #3855CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855CB is #C7AA34. Grayscale: #595959. Windows color (decimal): -13085237 or 13325624. OLE color: 13325624.

HSL color Cylindrical-coordinate representation of color #3855CB: hue angle of 228.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3855CB is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5685203-
CMYK0.720.5800.20
HSL228.16º58.57%50.78%-
HSV(B)228.16º72.41%79.61%-
XYZ15.6611.6557.92-
YUV89.78191.89103.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=16.28%
G=24.71%
B=59.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56852030.720.5800.20228.1658.5750.78
Hex3855CB483A014e43b33
Octal70125313110720243447363
Binary111000101010111001011100100011101001010011100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3855CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3855CB; }

 p { color: rgb(56,85,203); }

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

<style>
 a { background-color: #3855CB; }

 a { background-color: rgb(56,85,203); }

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

<style>
 span { border-color: #3855CB; }

 span { border-color: rgb(56,85,203); }

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