#3845B1

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

Shades of Cerulean Blue #3845B1

Tints of Cerulean Blue #3845B1

Color information

#3845B1 (or 0x3845B1) is unknown color: approx Cerulean Blue. HEX triplet: 38, 45 and B1. RGB value is (56,69,177). Sum of RGB (Red+Green+Blue) = 56+69+177=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #3845B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3845B1 is #C7BA4E. Grayscale: #4C4C4C. Windows color (decimal): -13089359 or 11617592. OLE color: 11617592.

HSL color Cylindrical-coordinate representation of color #3845B1: hue angle of 233.55º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3845B1 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5669177-
CMYK0.680.6100.31
HSL233.55º51.93%45.69%-
HSV(B)233.55º68.36%69.41%-
XYZ11.698.2742.58-
YUV77.42184.19112.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 177 (69.53% from 255) = 58.61%
R=18.54%
G=22.85%
B=58.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56691770.680.6100.31233.5551.9345.69
Hex3845B1443D01Fea342e
Octal70105261104750373526456
Binary111000100010110110001100010011110101111111101010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3845B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3845B1; }

 p { color: rgb(56,69,177); }

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

<style>
 a { background-color: #3845B1; }

 a { background-color: rgb(56,69,177); }

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

<style>
 span { border-color: #3845B1; }

 span { border-color: rgb(56,69,177); }

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