#035E7B

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

Shades of Blue Lagoon #035E7B

Tints of Blue Lagoon #035E7B

Color information

#035E7B (or 0x035E7B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 5E and 7B. RGB value is (3,94,123). Sum of RGB (Red+Green+Blue) = 3+94+123=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #035E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E7B is #FCA184. Grayscale: #454545. Windows color (decimal): -16556421 or 8084995. OLE color: 8084995.

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

Color convert

RGB394123-
CMYK0.980.2400.52
HSL194.5º95.24%24.71%-
HSV(B)194.5º97.56%48.24%-
XYZ7.629.4520.16-
YUV70.1157.8580.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=1.36%
G=42.73%
B=55.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3941230.980.2400.52194.595.2424.71
Hex35E7B6218034c25f19
Octal31361731423006430213731
Binary1110111101111011110001011000011010011000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,94,123); }

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

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

 a { background-color: rgb(3,94,123); }

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

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

 span { border-color: rgb(3,94,123); }

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