#03488A

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

Shades of Dark Cerulean #03488A

Tints of Dark Cerulean #03488A

Color information

#03488A (or 0x03488A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 48 and 8A. RGB value is (3,72,138). Sum of RGB (Red+Green+Blue) = 3+72+138=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #03488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03488A is #FCB775. Grayscale: #3A3A3A. Windows color (decimal): -16562038 or 9062403. OLE color: 9062403.

HSL color Cylindrical-coordinate representation of color #03488A: hue angle of 209.33º 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 #03488A is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB372138-
CMYK0.980.4800.46
HSL209.33º95.74%27.65%-
HSV(B)209.33º97.83%54.12%-
XYZ6.946.4924.93-
YUV58.89172.6488.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=1.41%
G=33.80%
B=64.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3721380.980.4800.46209.3395.7427.65
Hex3488A623002Ed1601c
Octal31102121426005632114034
Binary111001000100010101100010110000010111011010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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