#3845b5

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

Shades of Cerulean Blue #3845B5

Tints of Cerulean Blue #3845B5

Color information

#3845B5 (or 0x3845B5) is unknown color: approx Cerulean Blue. HEX triplet: 38, 45 and B5. RGB value is (56,69,181). Sum of RGB (Red+Green+Blue) = 56+69+181=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #3845B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3845B5 is #C7BA4A. Grayscale: #4D4D4D. Windows color (decimal): -13089355 or 11879736. OLE color: 11879736.

HSL color Cylindrical-coordinate representation of color #3845B5: hue angle of 233.76º 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 #3845B5 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5669181-
CMYK0.690.6200.29
HSL233.76º52.74%46.47%-
HSV(B)233.76º69.06%70.98%-
XYZ12.18.4344.71-
YUV77.88186.19112.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 181 (71.09% from 255) = 59.15%
R=18.30%
G=22.55%
B=59.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56691810.690.6200.29233.7652.7446.47
Hex3845B5453E01Dea352e
Octal70105265105760353526556
Binary111000100010110110101100010111111001110111101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3845b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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