#035673

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

Shades of Blue Lagoon #035673

Tints of Blue Lagoon #035673

Color information

#035673 (or 0x035673) is unknown color: approx Blue Lagoon. HEX triplet: 03, 56 and 73. RGB value is (3,86,115). Sum of RGB (Red+Green+Blue) = 3+86+115=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #035673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035673 is #FCA98C. Grayscale: #404040. Windows color (decimal): -16558477 or 7558659. OLE color: 7558659.

HSL color Cylindrical-coordinate representation of color #035673: hue angle of 195.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035673 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB386115-
CMYK0.970.2500.55
HSL195.54º94.92%23.14%-
HSV(B)195.54º97.39%45.1%-
XYZ6.467.9117.41-
YUV64.49156.584.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=1.47%
G=42.16%
B=56.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3861150.970.2500.55195.5494.9223.14
Hex356736119037c45f17
Octal31261631413106730413727
Binary1110101101110011110000111001011011111000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035673; }

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

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

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

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

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

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

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

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