Html Css Color HEX #03516D Blue Lagoon

📋 copy color: '#03516D'

red 3 ◦ green 81 ◦ blue 109

#03516D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03516D

Tints of Blue Lagoon #03516D

RGB

 RED value IS 3 (1.56% from 255) = 1.55%

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 1.55%
G = 41.97%
B = 56.48%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03516D (or 0x03516D) is known color: Blue Lagoon. HEX triplet: 03, 51 and 6D. RGB value is (3,81,109). Sum of RGB (Red+Green+Blue) = 3+81+109=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #03516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03516D is #FCAE92. Grayscale: #3C3C3C. Windows color (decimal): -16559763 or 7164163. OLE color: 7164163.

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

Color convert

RGB 3 81 109 -
CMYK 0.97 0.26 0 0.57
HSL 195.85º 0.95% 0.22% -
HSV(B) 195.85º 0.97% 0.43% -
XYZ 5.74 7.01 15.52 -
YUV 60.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 3 81 109 0.97 0.26 0 0.57 195.85 0.95 0.22
Hex 3 51 6D 61 1A 0 39 C4 5F 16
Octal 3 121 155 141 32 0 71 304 137 26
Binary 11 1010001 1101101 1100001 11010 0 111001 11000100 1011111 10110

Color Harmonies of #03516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03516D

Black with #03516D

Text Example


Text Example

White with #03516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,81,109); }

 H1.HeaderClassName
 {
   color: #03516D;
 }
 .AnyTagClassName
 {
   color: #03516D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,81,109); }

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

border-color css

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

 span { border-color: rgb(3,81,109); }

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