#034685

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

Shades of Dark Cerulean #034685

Tints of Dark Cerulean #034685

Color information

#034685 (or 0x034685) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 85. RGB value is (3,70,133). Sum of RGB (Red+Green+Blue) = 3+70+133=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #034685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034685 is #FCB97A. Grayscale: #383838. Windows color (decimal): -16562555 or 8734211. OLE color: 8734211.

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

Color convert

RGB370133-
CMYK0.980.4700.48
HSL209.08º95.59%26.67%-
HSV(B)209.08º97.74%52.16%-
XYZ6.466.0923.03-
YUV57.15170.889.38-

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) = 33.98%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=1.46%
G=33.98%
B=64.56%

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
Decimal3701330.980.4700.48209.0895.5926.67
Hex34685622F030d1601b
Octal31062051425706032114033
Binary111000110100001011100010101111011000011010001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034685; }

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

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

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

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

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

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

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

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