Html Css Color HEX #03627D Blue Lagoon

📋 copy color: '#03627D'

red 3 ◦ green 98 ◦ blue 125

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

Shades of Blue Lagoon #03627D

Tints of Blue Lagoon #03627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

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

R = 1.33%
G = 43.36%
B = 55.31%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03627D (or 0x03627D) is known color: Blue Lagoon. HEX triplet: 03, 62 and 7D. RGB value is (3,98,125). Sum of RGB (Red+Green+Blue) = 3+98+125=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #03627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03627D is #FC9D82. Grayscale: #484848. Windows color (decimal): -16555395 or 8217091. OLE color: 8217091.

HSL color Cylindrical-coordinate representation of color #03627D: hue angle of 193.28º 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 #03627D is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 98 125 -
CMYK 0.98 0.22 0 0.51
HSL 193.28º 0.95% 0.25% -
HSV(B) 193.28º 0.98% 0.49% -
XYZ 8.11 10.24 20.95 -
YUV 72.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 3 98 125 0.98 0.22 0 0.51 193.28 0.95 0.25
Hex 3 62 7D 62 16 0 33 C1 5F 19
Octal 3 142 175 142 26 0 63 301 137 31
Binary 11 1100010 1111101 1100010 10110 0 110011 11000001 1011111 11001

Color Harmonies of #03627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03627D

Black with #03627D

Text Example


Text Example

White with #03627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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