#035B83

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

Shades of Blue Lagoon #035B83

Tints of Blue Lagoon #035B83

Color information

#035B83 (or 0x035B83) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5B and 83. RGB value is (3,91,131). Sum of RGB (Red+Green+Blue) = 3+91+131=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #035B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035B83 is #FCA47C. Grayscale: #454545. Windows color (decimal): -16557181 or 8608515. OLE color: 8608515.

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

Color convert

RGB391131-
CMYK0.980.3100.49
HSL198.75º95.52%26.27%-
HSV(B)198.75º97.71%51.37%-
XYZ7.889.1422.82-
YUV69.25162.8580.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=1.33%
G=40.44%
B=58.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3911310.980.3100.49198.7595.5226.27
Hex35B83621F031c7601a
Octal31332031423706130714032
Binary11101101110000011110001011111011000111000111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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