#03428A

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

Shades of Dark Cerulean #03428A

Tints of Dark Cerulean #03428A

Color information

#03428A (or 0x03428A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 8A. RGB value is (3,66,138). Sum of RGB (Red+Green+Blue) = 3+66+138=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #03428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03428A is #FCBD75. Grayscale: #373737. Windows color (decimal): -16563574 or 9060867. OLE color: 9060867.

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

Color convert

RGB366138-
CMYK0.980.5200.46
HSL212º95.74%27.65%-
HSV(B)212º97.83%54.12%-
XYZ6.575.7524.81-
YUV55.37174.6390.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=1.45%
G=31.88%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3661380.980.5200.4621295.7427.65
Hex3428A623402Ed4601c
Octal31022121426405632414034
Binary111000010100010101100010110100010111011010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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