#04536D

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

Shades of Blue Lagoon #04536D

Tints of Blue Lagoon #04536D

Color information

#04536D (or 0x04536D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 53 and 6D. RGB value is (4,83,109). Sum of RGB (Red+Green+Blue) = 4+83+109=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #04536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04536D is #FBAC92. Grayscale: #3E3E3E. Windows color (decimal): -16493715 or 7164676. OLE color: 7164676.

HSL color Cylindrical-coordinate representation of color #04536D: hue angle of 194.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04536D is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB483109-
CMYK0.960.2400.57
HSL194.86º92.92%22.16%-
HSV(B)194.86º96.33%42.75%-
XYZ5.97.3215.57-
YUV62.34154.3386.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=2.04%
G=42.35%
B=55.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4831090.960.2400.57194.8692.9222.16
Hex4536D6018039c35d16
Octal41231551403007130313526
Binary10010100111101101110000011000011100111000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04536D; }

 p { color: rgb(4,83,109); }

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

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

 a { background-color: rgb(4,83,109); }

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

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

 span { border-color: rgb(4,83,109); }

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