Html Css Color HEX #03628D Blue Lagoon

📋 copy color: '#03628D'

red 3 ◦ green 98 ◦ blue 141

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

Shades of Blue Lagoon #03628D

Tints of Blue Lagoon #03628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 1.24%
G = 40.5%
B = 58.26%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03628D (or 0x03628D) is known color: Blue Lagoon. HEX triplet: 03, 62 and 8D. RGB value is (3,98,141). Sum of RGB (Red+Green+Blue) = 3+98+141=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #03628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03628D is #FC9D72. Grayscale: #4A4A4A. Windows color (decimal): -16555379 or 9265667. OLE color: 9265667.

HSL color Cylindrical-coordinate representation of color #03628D: hue angle of 198.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03628D is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 98 141 -
CMYK 0.98 0.30 0 0.45
HSL 198.7º 0.96% 0.28% -
HSV(B) 198.7º 0.98% 0.55% -
XYZ 9.21 10.68 26.77 -
YUV 74.5 165.53 77 -
System Red Green Blue C M Y K H S L
Decimal 3 98 141 0.98 0.30 0 0.45 198.7 0.96 0.28
Hex 3 62 8D 62 1E 0 2D C7 60 1C
Octal 3 142 215 142 36 0 55 307 140 34
Binary 11 1100010 10001101 1100010 11110 0 101101 11000111 1100000 11100

Color Harmonies of #03628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03628D

Black with #03628D

Text Example


Text Example

White with #03628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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