#035A6B

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

Shades of Blue Lagoon #035A6B

Tints of Blue Lagoon #035A6B

Color information

#035A6B (or 0x035A6B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5A and 6B. RGB value is (3,90,107). Sum of RGB (Red+Green+Blue) = 3+90+107=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #035A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A6B is #FCA594. Grayscale: #414141. Windows color (decimal): -16557461 or 7035395. OLE color: 7035395.

HSL color Cylindrical-coordinate representation of color #035A6B: hue angle of 189.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A6B is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB390107-
CMYK0.970.1600.58
HSL189.81º94.55%21.57%-
HSV(B)189.81º97.2%41.96%-
XYZ6.358.3915.2-
YUV65.92151.1883.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 90 (35.55% from 255) = 45%
BLUE value IS 107 (42.19% from 255) = 53.5%
R=1.5%
G=45%
B=53.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3901070.970.1600.58189.8194.5521.57
Hex35A6B611003Abe5f16
Octal31321531412007227613726
Binary1110110101101011110000110000011101010111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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