#035D85

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

Shades of Blue Lagoon #035D85

Tints of Blue Lagoon #035D85

Color information

#035D85 (or 0x035D85) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5D and 85. RGB value is (3,93,133). Sum of RGB (Red+Green+Blue) = 3+93+133=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #035D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D85 is #FCA27A. Grayscale: #464646. Windows color (decimal): -16556667 or 8740099. OLE color: 8740099.

HSL color Cylindrical-coordinate representation of color #035D85: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D85 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB393133-
CMYK0.980.3000.48
HSL198.46º95.59%26.67%-
HSV(B)198.46º97.74%52.16%-
XYZ8.199.5423.6-
YUV70.65163.1879.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=1.31%
G=40.61%
B=58.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3931330.980.3000.48198.4695.5926.67
Hex35D85621E030c6601b
Octal31352051423606030614033
Binary11101110110000101110001011110011000011000110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,133); }

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

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

 a { background-color: rgb(3,93,133); }

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

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

 span { border-color: rgb(3,93,133); }

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