#3863BA

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

Shades of Cerulean Blue #3863BA

Tints of Cerulean Blue #3863BA

Color information

#3863BA (or 0x3863BA) is unknown color: approx Cerulean Blue. HEX triplet: 38, 63 and BA. RGB value is (56,99,186). Sum of RGB (Red+Green+Blue) = 56+99+186=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3863BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863BA is #C79C45. Grayscale: #5F5F5F. Windows color (decimal): -13081670 or 12215096. OLE color: 12215096.

HSL color Cylindrical-coordinate representation of color #3863BA: hue angle of 220.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3863BA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5699186-
CMYK0.700.4700.27
HSL220.15º53.72%47.45%-
HSV(B)220.15º69.89%72.94%-
XYZ14.9613.3148.24-
YUV96.06178.7599.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=16.42%
G=29.03%
B=54.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56991860.700.4700.27220.1553.7247.45
Hex3863BA462F01Bdc362f
Octal70143272106570333346657
Binary111000110001110111010100011010111101101111011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3863BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3863BA; }

 p { color: rgb(56,99,186); }

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

<style>
 a { background-color: #3863BA; }

 a { background-color: rgb(56,99,186); }

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

<style>
 span { border-color: #3863BA; }

 span { border-color: rgb(56,99,186); }

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