#034A68

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

Shades of Dark Cerulean #034A68

Tints of Dark Cerulean #034A68

Color information

#034A68 (or 0x034A68) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4A and 68. RGB value is (3,74,104). Sum of RGB (Red+Green+Blue) = 3+74+104=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #034A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A68 is #FCB597. Grayscale: #373737. Windows color (decimal): -16561560 or 6834691. OLE color: 6834691.

HSL color Cylindrical-coordinate representation of color #034A68: hue angle of 197.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A68 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB374104-
CMYK0.970.2900.59
HSL197.82º94.39%20.98%-
HSV(B)197.82º97.12%40.78%-
XYZ4.995.9213.98-
YUV56.19154.9890.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=1.66%
G=40.88%
B=57.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3741040.970.2900.59197.8294.3920.98
Hex34A68611D03Bc65e15
Octal31121501413507330613625
Binary1110010101101000110000111101011101111000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A68; }

 p { color: rgb(3,74,104); }

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

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

 a { background-color: rgb(3,74,104); }

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

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

 span { border-color: rgb(3,74,104); }

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