#3853B5

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

Shades of Cerulean Blue #3853B5

Tints of Cerulean Blue #3853B5

Color information

#3853B5 (or 0x3853B5) is unknown color: approx Cerulean Blue. HEX triplet: 38, 53 and B5. RGB value is (56,83,181). Sum of RGB (Red+Green+Blue) = 56+83+181=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #3853B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3853B5 is #C7AC4A. Grayscale: #555555. Windows color (decimal): -13085771 or 11883320. OLE color: 11883320.

HSL color Cylindrical-coordinate representation of color #3853B5: hue angle of 227.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3853B5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5683181-
CMYK0.690.5400.29
HSL227.04º52.74%46.47%-
HSV(B)227.04º69.06%70.98%-
XYZ13.0610.3645.03-
YUV86.1181.55106.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=17.5%
G=25.94%
B=56.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56831810.690.5400.29227.0452.7446.47
Hex3853B5453601De3352e
Octal70123265105660353436556
Binary111000101001110110101100010111011001110111100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3853B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3853B5; }

 p { color: rgb(56,83,181); }

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

<style>
 a { background-color: #3853B5; }

 a { background-color: rgb(56,83,181); }

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

<style>
 span { border-color: #3853B5; }

 span { border-color: rgb(56,83,181); }

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