#035B6B

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

Shades of Blue Lagoon #035B6B

Tints of Blue Lagoon #035B6B

Color information

#035B6B (or 0x035B6B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5B and 6B. RGB value is (3,91,107). Sum of RGB (Red+Green+Blue) = 3+91+107=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #035B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B6B is #FCA494. Grayscale: #424242. Windows color (decimal): -16557205 or 7035651. OLE color: 7035651.

HSL color Cylindrical-coordinate representation of color #035B6B: hue angle of 189.23º 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 #035B6B is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB391107-
CMYK0.970.1500.58
HSL189.23º94.55%21.57%-
HSV(B)189.23º97.2%41.96%-
XYZ6.438.5615.22-
YUV66.51150.8582.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=1.49%
G=45.27%
B=53.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3911070.970.1500.58189.2394.5521.57
Hex35B6B61F03Abd5f16
Octal31331531411707227513726
Binary111011011110101111000011111011101010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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