#035469

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

Shades of Blue Lagoon #035469

Tints of Blue Lagoon #035469

Color information

#035469 (or 0x035469) is unknown color: approx Blue Lagoon. HEX triplet: 03, 54 and 69. RGB value is (3,84,105). Sum of RGB (Red+Green+Blue) = 3+84+105=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #035469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035469 is #FCAB96. Grayscale: #3E3E3E. Windows color (decimal): -16558999 or 6902787. OLE color: 6902787.

HSL color Cylindrical-coordinate representation of color #035469: hue angle of 192.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035469 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB384105-
CMYK0.970.2000.59
HSL192.35º94.44%21.18%-
HSV(B)192.35º97.14%41.18%-
XYZ5.767.3814.49-
YUV62.18152.1685.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=1.56%
G=43.75%
B=54.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3841050.970.2000.59192.3594.4421.18
Hex35469611403Bc05e15
Octal31241511412407330013625
Binary1110101001101001110000110100011101111000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035469; }

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

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

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

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

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

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

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

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