#035268

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

Shades of Blue Lagoon #035268

Tints of Blue Lagoon #035268

Color information

#035268 (or 0x035268) is unknown color: approx Blue Lagoon. HEX triplet: 03, 52 and 68. RGB value is (3,82,104). Sum of RGB (Red+Green+Blue) = 3+82+104=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #035268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035268 is #FCAD97. Grayscale: #3C3C3C. Windows color (decimal): -16559512 or 6836739. OLE color: 6836739.

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

Color convert

RGB382104-
CMYK0.970.2100.59
HSL193.07º94.39%20.98%-
HSV(B)193.07º97.12%40.78%-
XYZ5.557.0514.17-
YUV60.89152.3386.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=1.59%
G=43.39%
B=55.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3821040.970.2100.59193.0794.3920.98
Hex35268611503Bc15e15
Octal31221501412507330113625
Binary1110100101101000110000110101011101111000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035268; }

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

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

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

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

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

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

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

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