#034E6C

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

Shades of Blue Lagoon #034E6C

Tints of Blue Lagoon #034E6C

Color information

#034E6C (or 0x034E6C) is unknown color: approx Blue Lagoon. HEX triplet: 03, 4E and 6C. RGB value is (3,78,108). Sum of RGB (Red+Green+Blue) = 3+78+108=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #034E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E6C is #FCB193. Grayscale: #3A3A3A. Windows color (decimal): -16560532 or 7097859. OLE color: 7097859.

HSL color Cylindrical-coordinate representation of color #034E6C: hue angle of 197.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E6C is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB378108-
CMYK0.970.2800.58
HSL197.14º94.59%21.76%-
HSV(B)197.14º97.22%42.35%-
XYZ5.476.5515.16-
YUV58.99155.6588.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=1.59%
G=41.27%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3781080.970.2800.58197.1494.5921.76
Hex34E6C611C03Ac55f16
Octal31161541413407230513726
Binary1110011101101100110000111100011101011000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,108); }

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

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

 a { background-color: rgb(3,78,108); }

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

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

 span { border-color: rgb(3,78,108); }

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