#034F6B

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

Shades of Blue Lagoon #034F6B

Tints of Blue Lagoon #034F6B

Color information

#034F6B (or 0x034F6B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 4F and 6B. RGB value is (3,79,107). Sum of RGB (Red+Green+Blue) = 3+79+107=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #034F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F6B is #FCB094. Grayscale: #3B3B3B. Windows color (decimal): -16560277 or 7032579. OLE color: 7032579.

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

Color convert

RGB379107-
CMYK0.970.2600.58
HSL196.15º94.55%21.57%-
HSV(B)196.15º97.2%41.96%-
XYZ5.496.6714.91-
YUV59.47154.8287.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=1.59%
G=41.80%
B=56.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3791070.970.2600.58196.1594.5521.57
Hex34F6B611A03Ac45f16
Octal31171531413207230413726
Binary1110011111101011110000111010011101011000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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