#034684

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

Shades of Dark Cerulean #034684

Tints of Dark Cerulean #034684

Color information

#034684 (or 0x034684) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 84. RGB value is (3,70,132). Sum of RGB (Red+Green+Blue) = 3+70+132=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #034684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034684 is #FCB97B. Grayscale: #383838. Windows color (decimal): -16562556 or 8668675. OLE color: 8668675.

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

Color convert

RGB370132-
CMYK0.980.4700.48
HSL208.84º95.56%26.47%-
HSV(B)208.84º97.73%51.76%-
XYZ6.396.0722.66-
YUV57.04170.389.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=1.46%
G=34.15%
B=64.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3701320.980.4700.48208.8495.5626.47
Hex34684622F030d1601a
Octal31062041425706032114032
Binary111000110100001001100010101111011000011010001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034684; }

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

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

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

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

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

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

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

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