#035969

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

Shades of Blue Lagoon #035969

Tints of Blue Lagoon #035969

Color information

#035969 (or 0x035969) is unknown color: approx Blue Lagoon. HEX triplet: 03, 59 and 69. RGB value is (3,89,105). Sum of RGB (Red+Green+Blue) = 3+89+105=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #035969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035969 is #FCA696. Grayscale: #404040. Windows color (decimal): -16557719 or 6904067. OLE color: 6904067.

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

Color convert

RGB389105-
CMYK0.970.1500.59
HSL189.41º94.44%21.18%-
HSV(B)189.41º97.14%41.18%-
XYZ6.168.1814.62-
YUV65.11150.5183.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=1.52%
G=45.18%
B=53.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3891050.970.1500.59189.4194.4421.18
Hex3596961F03Bbd5e15
Octal31311511411707327513625
Binary111011001110100111000011111011101110111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035969; }

 p { color: rgb(3,89,105); }

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

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

 a { background-color: rgb(3,89,105); }

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

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

 span { border-color: rgb(3,89,105); }

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