#3856AD

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

Shades of Cerulean Blue #3856AD

Tints of Cerulean Blue #3856AD

Color information

#3856AD (or 0x3856AD) is unknown color: approx Cerulean Blue. HEX triplet: 38, 56 and AD. RGB value is (56,86,173). Sum of RGB (Red+Green+Blue) = 56+86+173=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #3856AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3856AD is #C7A952. Grayscale: #565656. Windows color (decimal): -13085011 or 11359800. OLE color: 11359800.

HSL color Cylindrical-coordinate representation of color #3856AD: hue angle of 224.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3856AD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5686173-
CMYK0.680.5000.32
HSL224.62º51.09%44.9%-
HSV(B)224.62º67.63%67.84%-
XYZ12.510.5140.91-
YUV86.95176.56105.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=17.78%
G=27.30%
B=54.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56861730.680.5000.32224.6251.0944.9
Hex3856AD4432020e1332d
Octal70126255104620403416355
Binary1110001010110101011011000100110010010000011100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3856AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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