#035462

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

Shades of Blue Lagoon #035462

Tints of Blue Lagoon #035462

Color information

#035462 (or 0x035462) is unknown color: approx Blue Lagoon. HEX triplet: 03, 54 and 62. RGB value is (3,84,98). Sum of RGB (Red+Green+Blue) = 3+84+98=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #035462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035462 is #FCAB9D. Grayscale: #3D3D3D. Windows color (decimal): -16559006 or 6444035. OLE color: 6444035.

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

Color convert

RGB38498-
CMYK0.970.1400.62
HSL188.84º94.06%19.8%-
HSV(B)188.84º96.94%38.43%-
XYZ5.417.2412.67-
YUV61.38148.6686.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=1.62%
G=45.41%
B=52.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal384980.970.1400.62188.8494.0619.8
Hex3546261E03Ebd5e14
Octal31241421411607627513624
Binary111010100110001011000011110011111010111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035462; }

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

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

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

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

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

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

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

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