#3840AC

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

Shades of Cerulean Blue #3840AC

Tints of Cerulean Blue #3840AC

Color information

#3840AC (or 0x3840AC) is unknown color: approx Cerulean Blue. HEX triplet: 38, 40 and AC. RGB value is (56,64,172). Sum of RGB (Red+Green+Blue) = 56+64+172=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3840AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3840AC is #C7BF53. Grayscale: #494949. Windows color (decimal): -13090644 or 11288632. OLE color: 11288632.

HSL color Cylindrical-coordinate representation of color #3840AC: hue angle of 235.86º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3840AC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5664172-
CMYK0.670.6300.33
HSL235.86º50.88%44.71%-
HSV(B)235.86º67.44%67.45%-
XYZ10.917.4939.9-
YUV73.92183.35115.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=19.18%
G=21.92%
B=58.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56641720.670.6300.33235.8650.8844.71
Hex3840AC433F021ec332d
Octal70100254103770413546355
Binary1110001000000101011001000011111111010000111101100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3840AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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