#034F63

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

Shades of Blue Lagoon #034F63

Tints of Blue Lagoon #034F63

Color information

#034F63 (or 0x034F63) is unknown color: approx Blue Lagoon. HEX triplet: 03, 4F and 63. RGB value is (3,79,99). Sum of RGB (Red+Green+Blue) = 3+79+99=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #034F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F63 is #FCB09C. Grayscale: #3A3A3A. Windows color (decimal): -16560285 or 6508291. OLE color: 6508291.

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

Color convert

RGB37999-
CMYK0.970.2000.61
HSL192.5º94.12%20%-
HSV(B)192.5º96.97%38.82%-
XYZ5.096.5112.79-
YUV58.56150.8288.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=1.66%
G=43.65%
B=54.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal379990.970.2000.61192.594.1220
Hex34F63611403Dc05e14
Octal31171431412407530013624
Binary1110011111100011110000110100011110111000000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,99); }

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

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

 a { background-color: rgb(3,79,99); }

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

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

 span { border-color: rgb(3,79,99); }

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