#035362

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

Shades of Blue Lagoon #035362

Tints of Blue Lagoon #035362

Color information

#035362 (or 0x035362) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 62. RGB value is (3,83,98). Sum of RGB (Red+Green+Blue) = 3+83+98=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #035362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035362 is #FCAC9D. Grayscale: #3C3C3C. Windows color (decimal): -16559262 or 6443779. OLE color: 6443779.

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

Color convert

RGB38398-
CMYK0.970.1500.62
HSL189.47º94.06%19.8%-
HSV(B)189.47º96.94%38.43%-
XYZ5.347.0912.64-
YUV60.7914986.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=1.63%
G=45.11%
B=53.26%

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
Decimal383980.970.1500.62189.4794.0619.8
Hex3536261F03Ebd5e14
Octal31231421411707627513624
Binary111010011110001011000011111011111010111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035362; }

 p { color: rgb(3,83,98); }

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

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

 a { background-color: rgb(3,83,98); }

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

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

 span { border-color: rgb(3,83,98); }

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