#3040D1

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

Shades of Cerulean Blue #3040D1

Tints of Cerulean Blue #3040D1

Color information

#3040D1 (or 0x3040D1) is unknown color: approx Cerulean Blue. HEX triplet: 30, 40 and D1. RGB value is (48,64,209). Sum of RGB (Red+Green+Blue) = 48+64+209=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #3040D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040D1 is #CFBF2E. Grayscale: #4B4B4B. Windows color (decimal): -13614895 or 13713456. OLE color: 13713456.

HSL color Cylindrical-coordinate representation of color #3040D1: hue angle of 234.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3040D1 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4864209-
CMYK0.770.6900.18
HSL234.04º63.64%50.39%-
HSV(B)234.04º77.03%81.96%-
XYZ14.568.961.27-
YUV75.75203.2108.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 209 (82.03% from 255) = 65.11%
R=14.95%
G=19.94%
B=65.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48642090.770.6900.18234.0463.6450.39
Hex3040D14D45012ea4032
Octal6010032111510502235210062
Binary11000010000001101000110011011000101010010111010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3040D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3040D1; }

 p { color: rgb(48,64,209); }

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

<style>
 a { background-color: #3040D1; }

 a { background-color: rgb(48,64,209); }

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

<style>
 span { border-color: #3040D1; }

 span { border-color: rgb(48,64,209); }

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