#3845AD

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

Shades of Cerulean Blue #3845AD

Tints of Cerulean Blue #3845AD

Color information

#3845AD (or 0x3845AD) is unknown color: approx Cerulean Blue. HEX triplet: 38, 45 and AD. RGB value is (56,69,173). Sum of RGB (Red+Green+Blue) = 56+69+173=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #3845AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3845AD is #C7BA52. Grayscale: #4C4C4C. Windows color (decimal): -13089363 or 11355448. OLE color: 11355448.

HSL color Cylindrical-coordinate representation of color #3845AD: hue angle of 233.33º 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 #3845AD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5669173-
CMYK0.680.6000.32
HSL233.33º51.09%44.9%-
HSV(B)233.33º67.63%67.84%-
XYZ11.38.1140.51-
YUV76.97182.19113.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=18.79%
G=23.15%
B=58.05%

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
Decimal56691730.680.6000.32233.3351.0944.9
Hex3845AD443C020e9332d
Octal70105255104740403516355
Binary1110001000101101011011000100111100010000011101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3845AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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