#035873

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

Shades of Blue Lagoon #035873

Tints of Blue Lagoon #035873

Color information

#035873 (or 0x035873) is unknown color: approx Blue Lagoon. HEX triplet: 03, 58 and 73. RGB value is (3,88,115). Sum of RGB (Red+Green+Blue) = 3+88+115=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #035873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035873 is #FCA78C. Grayscale: #414141. Windows color (decimal): -16557965 or 7559171. OLE color: 7559171.

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

Color convert

RGB388115-
CMYK0.970.2300.55
HSL194.46º94.92%23.14%-
HSV(B)194.46º97.39%45.1%-
XYZ6.628.2417.46-
YUV65.66155.8483.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=1.46%
G=42.72%
B=55.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3881150.970.2300.55194.4694.9223.14
Hex358736117037c25f17
Octal31301631412706730213727
Binary1110110001110011110000110111011011111000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035873; }

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

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

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

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

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

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

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

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