#035261

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

Shades of Blue Lagoon #035261

Tints of Blue Lagoon #035261

Color information

#035261 (or 0x035261) is unknown color: approx Blue Lagoon. HEX triplet: 03, 52 and 61. RGB value is (3,82,97). Sum of RGB (Red+Green+Blue) = 3+82+97=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #035261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035261 is #FCAD9E. Grayscale: #3B3B3B. Windows color (decimal): -16559519 or 6377987. OLE color: 6377987.

HSL color Cylindrical-coordinate representation of color #035261: hue angle of 189.57º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035261 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38297-
CMYK0.970.1500.62
HSL189.57º94%19.61%-
HSV(B)189.57º96.91%38.04%-
XYZ5.216.9212.37-
YUV60.09148.8387.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=1.65%
G=45.05%
B=53.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal382970.970.1500.62189.579419.61
Hex3526161F03Ebe5e14
Octal31221411411707627613624
Binary111010010110000111000011111011111010111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035261; }

 p { color: rgb(3,82,97); }

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

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

 a { background-color: rgb(3,82,97); }

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

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

 span { border-color: rgb(3,82,97); }

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