#3865B9

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

Shades of Cerulean Blue #3865B9

Tints of Cerulean Blue #3865B9

Color information

#3865B9 (or 0x3865B9) is unknown color: approx Cerulean Blue. HEX triplet: 38, 65 and B9. RGB value is (56,101,185). Sum of RGB (Red+Green+Blue) = 56+101+185=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #3865B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865B9 is #C79A46. Grayscale: #606060. Windows color (decimal): -13081159 or 12150072. OLE color: 12150072.

HSL color Cylindrical-coordinate representation of color #3865B9: hue angle of 219.07º 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 #3865B9 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56101185-
CMYK0.700.4500.27
HSL219.07º53.53%47.25%-
HSV(B)219.07º69.73%72.55%-
XYZ15.0413.6547.74-
YUV97.12177.5998.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 185 (72.66% from 255) = 54.09%
R=16.37%
G=29.53%
B=54.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561011850.700.4500.27219.0753.5347.25
Hex3865B9462D01Bdb362f
Octal70145271106550333336657
Binary111000110010110111001100011010110101101111011011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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