Html Css Color HEX #03677D Blue Lagoon

📋 copy color: '#03677D'

red 3 ◦ green 103 ◦ blue 125

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

Shades of Blue Lagoon #03677D

Tints of Blue Lagoon #03677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 1.3%
G = 44.59%
B = 54.11%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03677D (or 0x03677D) is known color: Blue Lagoon. HEX triplet: 03, 67 and 7D. RGB value is (3,103,125). Sum of RGB (Red+Green+Blue) = 3+103+125=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #03677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03677D is #FC9882. Grayscale: #4B4B4B. Windows color (decimal): -16554115 or 8218371. OLE color: 8218371.

HSL color Cylindrical-coordinate representation of color #03677D: hue angle of 190.82º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03677D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 103 125 -
CMYK 0.98 0.18 0 0.51
HSL 190.82º 0.95% 0.25% -
HSV(B) 190.82º 0.98% 0.49% -
XYZ 8.59 11.2 21.11 -
YUV 75.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 3 103 125 0.98 0.18 0 0.51 190.82 0.95 0.25
Hex 3 67 7D 62 12 0 33 BF 5F 19
Octal 3 147 175 142 22 0 63 277 137 31
Binary 11 1100111 1111101 1100010 10010 0 110011 10111111 1011111 11001

Color Harmonies of #03677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03677D

Black with #03677D

Text Example


Text Example

White with #03677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,103,125); }

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

background-color css

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

 a { background-color: rgb(3,103,125); }

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

border-color css

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

 span { border-color: rgb(3,103,125); }

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