#035665

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

Shades of Blue Lagoon #035665

Tints of Blue Lagoon #035665

Color information

#035665 (or 0x035665) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 65. RGB value is (3,86,101). Sum of RGB (Red+Green+Blue) = 3+86+101=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #035665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035665 is #FCA99A. Grayscale: #3E3E3E. Windows color (decimal): -16558491 or 6641155. OLE color: 6641155.

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

Color convert

RGB386101-
CMYK0.970.1500.60
HSL189.18º94.23%20.39%-
HSV(B)189.18º97.03%39.61%-
XYZ5.717.6113.48-
YUV62.89149.585.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=1.58%
G=45.26%
B=53.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3861010.970.1500.60189.1894.2320.39
Hex3566561F03Cbd5e14
Octal31261451411707427513624
Binary111010110110010111000011111011110010111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035665; }

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

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

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

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

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

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

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

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