#034C68

Color #034C68 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #034C68

Tints of Blue Lagoon #034C68

Color information

#034C68 (or 0x034C68) is unknown color: approx Blue Lagoon. HEX triplet: 03, 4C and 68. RGB value is (3,76,104). Sum of RGB (Red+Green+Blue) = 3+76+104=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #034C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C68 is #FCB397. Grayscale: #393939. Windows color (decimal): -16561048 or 6835203. OLE color: 6835203.

HSL color Cylindrical-coordinate representation of color #034C68: hue angle of 196.63º 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 #034C68 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB376104-
CMYK0.970.2700.59
HSL196.63º94.39%20.98%-
HSV(B)196.63º97.12%40.78%-
XYZ5.126.1914.02-
YUV57.36154.3289.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=1.64%
G=41.53%
B=56.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3761040.970.2700.59196.6394.3920.98
Hex34C68611B03Bc55e15
Octal31141501413307330513625
Binary1110011001101000110000111011011101111000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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