#033986

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

Shades of Dark Cerulean #033986

Tints of Dark Cerulean #033986

Color information

#033986 (or 0x033986) is unknown color: approx Dark Cerulean. HEX triplet: 03, 39 and 86. RGB value is (3,57,134). Sum of RGB (Red+Green+Blue) = 3+57+134=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #033986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033986 is #FCC679. Grayscale: #313131. Windows color (decimal): -16565882 or 8796419. OLE color: 8796419.

HSL color Cylindrical-coordinate representation of color #033986: hue angle of 215.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033986 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB357134-
CMYK0.980.5700.47
HSL215.27º95.62%26.86%-
HSV(B)215.27º97.76%52.55%-
XYZ5.84.6723.15-
YUV49.63175.6194.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 134 (52.73% from 255) = 69.07%
R=1.55%
G=29.38%
B=69.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3571340.980.5700.47215.2795.6226.86
Hex33986623902Fd7601b
Octal3712061427105732714033
Binary11111001100001101100010111001010111111010111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033986; }

 p { color: rgb(3,57,134); }

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

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

 a { background-color: rgb(3,57,134); }

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

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

 span { border-color: rgb(3,57,134); }

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