#3865B8

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

Shades of Cerulean Blue #3865B8

Tints of Cerulean Blue #3865B8

Color information

#3865B8 (or 0x3865B8) is unknown color: approx Cerulean Blue. HEX triplet: 38, 65 and B8. RGB value is (56,101,184). Sum of RGB (Red+Green+Blue) = 56+101+184=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #3865B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865B8 is #C79A47. Grayscale: #606060. Windows color (decimal): -13081160 or 12084536. OLE color: 12084536.

HSL color Cylindrical-coordinate representation of color #3865B8: hue angle of 218.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3865B8 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56101184-
CMYK0.700.4500.28
HSL218.91º53.33%47.06%-
HSV(B)218.91º69.57%72.16%-
XYZ14.9413.6147.19-
YUV97.01177.0998.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 184 (72.27% from 255) = 53.96%
R=16.42%
G=29.62%
B=53.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561011840.700.4500.28218.9153.3347.06
Hex3865B8462D01Cdb352f
Octal70145270106550343336557
Binary111000110010110111000100011010110101110011011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3865B8; }

 p { color: rgb(56,101,184); }

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

<style>
 a { background-color: #3865B8; }

 a { background-color: rgb(56,101,184); }

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

<style>
 span { border-color: #3865B8; }

 span { border-color: rgb(56,101,184); }

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