#035062

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

Shades of Blue Lagoon #035062

Tints of Blue Lagoon #035062

Color information

#035062 (or 0x035062) is unknown color: approx Blue Lagoon. HEX triplet: 03, 50 and 62. RGB value is (3,80,98). Sum of RGB (Red+Green+Blue) = 3+80+98=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #035062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035062 is #FCAF9D. Grayscale: #3A3A3A. Windows color (decimal): -16560030 or 6443011. OLE color: 6443011.

HSL color Cylindrical-coordinate representation of color #035062: hue angle of 191.37º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035062 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38098-
CMYK0.970.1800.62
HSL191.37º94.06%19.8%-
HSV(B)191.37º96.94%38.43%-
XYZ5.116.6412.57-
YUV59.03149.9988.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=1.66%
G=44.20%
B=54.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal380980.970.1800.62191.3794.0619.8
Hex35062611203Ebf5e14
Octal31201421412207627713624
Binary1110100001100010110000110010011111010111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035062; }

 p { color: rgb(3,80,98); }

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

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

 a { background-color: rgb(3,80,98); }

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

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

 span { border-color: rgb(3,80,98); }

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