#3856B1

Color #3856B1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3856B1

Tints of Cerulean Blue #3856B1

Color information

#3856B1 (or 0x3856B1) is unknown color: approx Cerulean Blue. HEX triplet: 38, 56 and B1. RGB value is (56,86,177). Sum of RGB (Red+Green+Blue) = 56+86+177=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #3856B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3856B1 is #C7A94E. Grayscale: #575757. Windows color (decimal): -13085007 or 11621944. OLE color: 11621944.

HSL color Cylindrical-coordinate representation of color #3856B1: hue angle of 225.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3856B1 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5686177-
CMYK0.680.5100.31
HSL225.12º51.93%45.69%-
HSV(B)225.12º68.36%69.41%-
XYZ12.8910.6742.98-
YUV87.4178.56105.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=17.55%
G=26.96%
B=55.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56861770.680.5100.31225.1251.9345.69
Hex3856B1443301Fe1342e
Octal70126261104630373416456
Binary111000101011010110001100010011001101111111100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3856B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3856B1; }

 p { color: rgb(56,86,177); }

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

<style>
 a { background-color: #3856B1; }

 a { background-color: rgb(56,86,177); }

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

<style>
 span { border-color: #3856B1; }

 span { border-color: rgb(56,86,177); }

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