#03498D

Color #03498D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #03498D

Tints of Dark Cerulean #03498D

Color information

#03498D (or 0x03498D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 8D. RGB value is (3,73,141). Sum of RGB (Red+Green+Blue) = 3+73+141=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #03498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03498D is #FCB672. Grayscale: #3B3B3B. Windows color (decimal): -16561779 or 9259267. OLE color: 9259267.

HSL color Cylindrical-coordinate representation of color #03498D: hue angle of 209.57º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03498D is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB373141-
CMYK0.980.4800.45
HSL209.57º95.83%28.24%-
HSV(B)209.57º97.87%55.29%-
XYZ7.236.7126.11-
YUV59.82173.8187.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 64.98%
R=1.38%
G=33.64%
B=64.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3731410.980.4800.45209.5795.8328.24
Hex3498D623002Dd2601c
Octal31112151426005532214034
Binary111001001100011011100010110000010110111010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03498D; }

 p { color: rgb(3,73,141); }

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

<style>
 a { background-color: #03498D; }

 a { background-color: rgb(3,73,141); }

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

<style>
 span { border-color: #03498D; }

 span { border-color: rgb(3,73,141); }

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