#003A84

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

Shades of Dark Cerulean #003A84

Tints of Dark Cerulean #003A84

Color information

#003A84 (or 0x003A84) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3A and 84. RGB value is (0,58,132). Sum of RGB (Red+Green+Blue) = 0+58+132=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #003A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003A84 is #FFC57B. Grayscale: #303030. Windows color (decimal): -16762236 or 8665600. OLE color: 8665600.

HSL color Cylindrical-coordinate representation of color #003A84: hue angle of 213.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A84 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB058132-
CMYK10.5600.48
HSL213.64º100%25.88%-
HSV(B)213.64º100%51.76%-
XYZ5.684.6922.44-
YUV49.09174.7892.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 132 (51.95% from 255) = 69.47%
R=0%
G=30.53%
B=69.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal05813210.5600.48213.6410025.88
Hex03A846438030d6641a
Octal0722041447006032614432
Binary0111010100001001100100111000011000011010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A84; }

 p { color: rgb(0,58,132); }

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

<style>
 a { background-color: #003A84; }

 a { background-color: rgb(0,58,132); }

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

<style>
 span { border-color: #003A84; }

 span { border-color: rgb(0,58,132); }

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