#3860BC

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

Shades of Cerulean Blue #3860BC

Tints of Cerulean Blue #3860BC

Color information

#3860BC (or 0x3860BC) is unknown color: approx Cerulean Blue. HEX triplet: 38, 60 and BC. RGB value is (56,96,188). Sum of RGB (Red+Green+Blue) = 56+96+188=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #3860BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860BC is #C79F43. Grayscale: #5E5E5E. Windows color (decimal): -13082436 or 12345400. OLE color: 12345400.

HSL color Cylindrical-coordinate representation of color #3860BC: hue angle of 221.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3860BC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5696188-
CMYK0.700.4900.26
HSL221.82º54.1%47.84%-
HSV(B)221.82º70.21%73.73%-
XYZ14.8912.8449.27-
YUV94.53180.75100.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=16.47%
G=28.24%
B=55.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56961880.700.4900.26221.8254.147.84
Hex3860BC463101Ade3630
Octal70140274106610323366660
Binary111000110000010111100100011011000101101011011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3860BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3860BC; }

 p { color: rgb(56,96,188); }

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

<style>
 a { background-color: #3860BC; }

 a { background-color: rgb(56,96,188); }

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

<style>
 span { border-color: #3860BC; }

 span { border-color: rgb(56,96,188); }

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