#03498A

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

Shades of Dark Cerulean #03498A

Tints of Dark Cerulean #03498A

Color information

#03498A (or 0x03498A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 8A. RGB value is (3,73,138). Sum of RGB (Red+Green+Blue) = 3+73+138=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #03498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03498A is #FCB675. Grayscale: #3B3B3B. Windows color (decimal): -16561782 or 9062659. OLE color: 9062659.

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

Color convert

RGB373138-
CMYK0.980.4700.46
HSL208.89º95.74%27.65%-
HSV(B)208.89º97.83%54.12%-
XYZ7.016.6224.95-
YUV59.48172.3187.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=1.40%
G=34.11%
B=64.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3731380.980.4700.46208.8995.7427.65
Hex3498A622F02Ed1601c
Octal31112121425705632114034
Binary111001001100010101100010101111010111011010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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