Html Css Color HEX #03628B Blue Lagoon

📋 copy color: '#03628B'

red 3 ◦ green 98 ◦ blue 139

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

Shades of Blue Lagoon #03628B

Tints of Blue Lagoon #03628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 1.25%
G = 40.83%
B = 57.92%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03628B (or 0x03628B) is known color: Blue Lagoon. HEX triplet: 03, 62 and 8B. RGB value is (3,98,139). Sum of RGB (Red+Green+Blue) = 3+98+139=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #03628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03628B is #FC9D74. Grayscale: #4A4A4A. Windows color (decimal): -16555381 or 9134595. OLE color: 9134595.

HSL color Cylindrical-coordinate representation of color #03628B: hue angle of 198.09º 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 #03628B is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 98 139 -
CMYK 0.98 0.29 0 0.45
HSL 198.09º 0.96% 0.28% -
HSV(B) 198.09º 0.98% 0.55% -
XYZ 9.07 10.62 26 -
YUV 74.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 3 98 139 0.98 0.29 0 0.45 198.09 0.96 0.28
Hex 3 62 8B 62 1D 0 2D C6 60 1C
Octal 3 142 213 142 35 0 55 306 140 34
Binary 11 1100010 10001011 1100010 11101 0 101101 11000110 1100000 11100

Color Harmonies of #03628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03628B

Black with #03628B

Text Example


Text Example

White with #03628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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