#035A7F

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

Shades of Blue Lagoon #035A7F

Tints of Blue Lagoon #035A7F

Color information

#035A7F (or 0x035A7F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 7F. RGB value is (3,90,127). Sum of RGB (Red+Green+Blue) = 3+90+127=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #035A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A7F is #FCA580. Grayscale: #434343. Windows color (decimal): -16557441 or 8346115. OLE color: 8346115.

HSL color Cylindrical-coordinate representation of color #035A7F: hue angle of 197.9º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035A7F is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB390127-
CMYK0.980.2900.50
HSL197.9º95.38%25.49%-
HSV(B)197.9º97.64%49.8%-
XYZ7.528.8621.39-
YUV68.2161.1881.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 127 (50% from 255) = 57.73%
R=1.36%
G=40.91%
B=57.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3901270.980.2900.50197.995.3825.49
Hex35A7F621D032c65f19
Octal31321771423506230613731
Binary1110110101111111110001011101011001011000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A7F; }

 p { color: rgb(3,90,127); }

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

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

 a { background-color: rgb(3,90,127); }

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

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

 span { border-color: rgb(3,90,127); }

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