#034484

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

Shades of Dark Cerulean #034484

Tints of Dark Cerulean #034484

Color information

#034484 (or 0x034484) is unknown color: approx Dark Cerulean. HEX triplet: 03, 44 and 84. RGB value is (3,68,132). Sum of RGB (Red+Green+Blue) = 3+68+132=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #034484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034484 is #FCBB7B. Grayscale: #373737. Windows color (decimal): -16563068 or 8668163. OLE color: 8668163.

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

Color convert

RGB368132-
CMYK0.980.4800.48
HSL209.77º95.56%26.47%-
HSV(B)209.77º97.73%51.76%-
XYZ6.275.8222.62-
YUV55.86170.9790.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=1.48%
G=33.50%
B=65.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3681320.980.4800.48209.7795.5626.47
Hex344846230030d2601a
Octal31042041426006032214032
Binary111000100100001001100010110000011000011010010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034484; }

 p { color: rgb(3,68,132); }

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

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

 a { background-color: rgb(3,68,132); }

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

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

 span { border-color: rgb(3,68,132); }

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