Html Css Color HEX #03618B Blue Lagoon

📋 copy color: '#03618B'

red 3 ◦ green 97 ◦ blue 139

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

Shades of Blue Lagoon #03618B

Tints of Blue Lagoon #03618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 1.26%
G = 40.59%
B = 58.16%

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

#03618B (or 0x03618B) is known color: Blue Lagoon. HEX triplet: 03, 61 and 8B. RGB value is (3,97,139). Sum of RGB (Red+Green+Blue) = 3+97+139=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #03618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03618B is #FC9E74. Grayscale: #494949. Windows color (decimal): -16555637 or 9134339. OLE color: 9134339.

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

Color convert

RGB 3 97 139 -
CMYK 0.98 0.30 0 0.45
HSL 198.53º 0.96% 0.28% -
HSV(B) 198.53º 0.98% 0.55% -
XYZ 8.97 10.43 25.97 -
YUV 73.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 3 97 139 0.98 0.30 0 0.45 198.53 0.96 0.28
Hex 3 61 8B 62 1E 0 2D C7 60 1C
Octal 3 141 213 142 36 0 55 307 140 34
Binary 11 1100001 10001011 1100010 11110 0 101101 11000111 1100000 11100

Color Harmonies of #03618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03618B

Black with #03618B

Text Example


Text Example

White with #03618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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