#035368

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

Shades of Blue Lagoon #035368

Tints of Blue Lagoon #035368

Color information

#035368 (or 0x035368) is unknown color: approx Blue Lagoon. HEX triplet: 03, 53 and 68. RGB value is (3,83,104). Sum of RGB (Red+Green+Blue) = 3+83+104=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #035368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035368 is #FCAC97. Grayscale: #3D3D3D. Windows color (decimal): -16559256 or 6836995. OLE color: 6836995.

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

Color convert

RGB383104-
CMYK0.970.2000.59
HSL192.48º94.39%20.98%-
HSV(B)192.48º97.12%40.78%-
XYZ5.637.2114.19-
YUV61.4715286.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=1.58%
G=43.68%
B=54.74%

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
Decimal3831040.970.2000.59192.4894.3920.98
Hex35368611403Bc05e15
Octal31231501412407330013625
Binary1110100111101000110000110100011101111000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035368; }

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

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

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

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

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

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

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

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