#035968

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

Shades of Blue Lagoon #035968

Tints of Blue Lagoon #035968

Color information

#035968 (or 0x035968) is unknown color: approx Blue Lagoon. HEX triplet: 03, 59 and 68. RGB value is (3,89,104). Sum of RGB (Red+Green+Blue) = 3+89+104=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #035968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035968 is #FCA697. Grayscale: #404040. Windows color (decimal): -16557720 or 6838531. OLE color: 6838531.

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

Color convert

RGB389104-
CMYK0.970.1400.59
HSL188.91º94.39%20.98%-
HSV(B)188.91º97.12%40.78%-
XYZ6.118.1614.35-
YUV65150.0183.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=1.53%
G=45.41%
B=53.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3891040.970.1400.59188.9194.3920.98
Hex3596861E03Bbd5e15
Octal31311501411607327513625
Binary111011001110100011000011110011101110111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035968; }

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

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

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

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

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

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

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

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