#035A7E

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

Shades of Blue Lagoon #035A7E

Tints of Blue Lagoon #035A7E

Color information

#035A7E (or 0x035A7E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 7E. RGB value is (3,90,126). Sum of RGB (Red+Green+Blue) = 3+90+126=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #035A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A7E is #FCA581. Grayscale: #434343. Windows color (decimal): -16557442 or 8280579. OLE color: 8280579.

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

Color convert

RGB390126-
CMYK0.980.2900.51
HSL197.56º95.35%25.29%-
HSV(B)197.56º97.62%49.41%-
XYZ7.468.8421.05-
YUV68.09160.6881.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 126 (49.61% from 255) = 57.53%
R=1.37%
G=41.10%
B=57.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3901260.980.2900.51197.5695.3525.29
Hex35A7E621D033c65f19
Octal31321761423506330613731
Binary1110110101111110110001011101011001111000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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