#3840AD

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

Shades of Cerulean Blue #3840AD

Tints of Cerulean Blue #3840AD

Color information

#3840AD (or 0x3840AD) is unknown color: approx Cerulean Blue. HEX triplet: 38, 40 and AD. RGB value is (56,64,173). Sum of RGB (Red+Green+Blue) = 56+64+173=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3840AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3840AD is #C7BF52. Grayscale: #494949. Windows color (decimal): -13090643 or 11354168. OLE color: 11354168.

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

Color convert

RGB5664173-
CMYK0.680.6300.32
HSL235.9º51.09%44.9%-
HSV(B)235.9º67.63%67.84%-
XYZ11.017.5240.41-
YUV74.03183.85115.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=19.11%
G=21.84%
B=59.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56641730.680.6300.32235.951.0944.9
Hex3840AD443F020ec332d
Octal70100255104770403546355
Binary1110001000000101011011000100111111010000011101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3840AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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