Html Css Color HEX #03616D Blue Lagoon

📋 copy color: '#03616D'

red 3 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #03616D

Tints of Blue Lagoon #03616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

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

R = 1.44%
G = 46.41%
B = 52.15%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03616D (or 0x03616D) is known color: Blue Lagoon. HEX triplet: 03, 61 and 6D. RGB value is (3,97,109). Sum of RGB (Red+Green+Blue) = 3+97+109=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #03616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03616D is #FC9E92. Grayscale: #464646. Windows color (decimal): -16555667 or 7168259. OLE color: 7168259.

HSL color Cylindrical-coordinate representation of color #03616D: hue angle of 186.79º 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 #03616D is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 97 109 -
CMYK 0.97 0.11 0 0.57
HSL 186.79º 0.95% 0.22% -
HSV(B) 186.79º 0.97% 0.43% -
XYZ 7.07 9.67 15.96 -
YUV 70.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 3 97 109 0.97 0.11 0 0.57 186.79 0.95 0.22
Hex 3 61 6D 61 B 0 39 BB 5F 16
Octal 3 141 155 141 13 0 71 273 137 26
Binary 11 1100001 1101101 1100001 1011 0 111001 10111011 1011111 10110

Color Harmonies of #03616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03616D

Black with #03616D

Text Example


Text Example

White with #03616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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