#034E65

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

Shades of Blue Lagoon #034E65

Tints of Blue Lagoon #034E65

Color information

#034E65 (or 0x034E65) is unknown color: approx Blue Lagoon. HEX triplet: 03, 4E and 65. RGB value is (3,78,101). Sum of RGB (Red+Green+Blue) = 3+78+101=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #034E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E65 is #FCB19A. Grayscale: #3A3A3A. Windows color (decimal): -16560539 or 6639107. OLE color: 6639107.

HSL color Cylindrical-coordinate representation of color #034E65: hue angle of 194.08º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E65 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB378101-
CMYK0.970.2300.60
HSL194.08º94.23%20.39%-
HSV(B)194.08º97.03%39.61%-
XYZ5.116.4113.28-
YUV58.2152.1588.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=1.65%
G=42.86%
B=55.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3781010.970.2300.60194.0894.2320.39
Hex34E65611703Cc25e14
Octal31161451412707430213624
Binary1110011101100101110000110111011110011000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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