#3846AE

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

Shades of Cerulean Blue #3846AE

Tints of Cerulean Blue #3846AE

Color information

#3846AE (or 0x3846AE) is unknown color: approx Cerulean Blue. HEX triplet: 38, 46 and AE. RGB value is (56,70,174). Sum of RGB (Red+Green+Blue) = 56+70+174=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #3846AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3846AE is #C7B951. Grayscale: #4D4D4D. Windows color (decimal): -13089106 or 11421240. OLE color: 11421240.

HSL color Cylindrical-coordinate representation of color #3846AE: hue angle of 232.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3846AE is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5670174-
CMYK0.680.6000.32
HSL232.88º51.3%45.1%-
HSV(B)232.88º67.82%68.24%-
XYZ11.468.2841.04-
YUV77.67182.36112.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 174 (68.36% from 255) = 58%
R=18.67%
G=23.33%
B=58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56701740.680.6000.32232.8851.345.1
Hex3846AE443C020e9332d
Octal70106256104740403516355
Binary1110001000110101011101000100111100010000011101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3846AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3846AE; }

 p { color: rgb(56,70,174); }

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

<style>
 a { background-color: #3846AE; }

 a { background-color: rgb(56,70,174); }

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

<style>
 span { border-color: #3846AE; }

 span { border-color: rgb(56,70,174); }

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