#03607f

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

Shades of Blue Lagoon #03607F

Tints of Blue Lagoon #03607F

Color information

#03607F (or 0x03607F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 7F. RGB value is (3,96,127). Sum of RGB (Red+Green+Blue) = 3+96+127=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #03607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607F is #FC9F80. Grayscale: #474747. Windows color (decimal): -16555905 or 8347651. OLE color: 8347651.

HSL color Cylindrical-coordinate representation of color #03607F: hue angle of 195º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03607F is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB396127-
CMYK0.980.2400.50
HSL195º95.38%25.49%-
HSV(B)195º97.64%49.8%-
XYZ8.059.9221.57-
YUV71.73159.1978.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 127 (50% from 255) = 56.19%
R=1.33%
G=42.48%
B=56.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3961270.980.2400.5019595.3825.49
Hex3607F6218032c35f19
Octal31401771423006230313731
Binary1111000001111111110001011000011001011000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03607f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03607f; }

 p { color: rgb(3,96,127); }

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

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

 a { background-color: rgb(3,96,127); }

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

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

 span { border-color: rgb(3,96,127); }

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