#034680

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

Shades of Dark Cerulean #034680

Tints of Dark Cerulean #034680

Color information

#034680 (or 0x034680) is unknown color: approx Dark Cerulean. HEX triplet: 03, 46 and 80. RGB value is (3,70,128). Sum of RGB (Red+Green+Blue) = 3+70+128=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #034680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034680 is #FCB97F. Grayscale: #383838. Windows color (decimal): -16562560 or 8406531. OLE color: 8406531.

HSL color Cylindrical-coordinate representation of color #034680: hue angle of 207.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034680 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB370128-
CMYK0.980.4500.50
HSL207.84º95.42%25.69%-
HSV(B)207.84º97.66%50.2%-
XYZ6.125.9621.25-
YUV56.58168.389.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=1.49%
G=34.83%
B=63.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3701280.980.4500.50207.8495.4225.69
Hex34680622D032d05f1a
Octal31062001425506232013732
Binary111000110100000001100010101101011001011010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034680; }

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

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

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

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

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

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

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

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