Html Css Color HEX #03628C Blue Lagoon

📋 copy color: '#03628C'

red 3 ◦ green 98 ◦ blue 140

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

Shades of Blue Lagoon #03628C

Tints of Blue Lagoon #03628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 1.24%
G = 40.66%
B = 58.09%

CMYK

 C value IS 0.98

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03628C (or 0x03628C) is known color: Blue Lagoon. HEX triplet: 03, 62 and 8C. RGB value is (3,98,140). Sum of RGB (Red+Green+Blue) = 3+98+140=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #03628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03628C is #FC9D73. Grayscale: #4A4A4A. Windows color (decimal): -16555380 or 9200131. OLE color: 9200131.

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

Color convert

RGB 3 98 140 -
CMYK 0.98 0.3 0 0.45
HSL 198.39º 0.96% 0.28% -
HSV(B) 198.39º 0.98% 0.55% -
XYZ 9.14 10.65 26.38 -
YUV 74.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 3 98 140 0.98 0.3 0 0.45 198.39 0.96 0.28
Hex 3 62 8C 62 1E 0 2D C6 60 1C
Octal 3 142 214 142 36 0 55 306 140 34
Binary 11 1100010 10001100 1100010 11110 0 101101 11000110 1100000 11100

Color Harmonies of #03628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03628C

Black with #03628C

Text Example


Text Example

White with #03628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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