Html Css Color HEX #03617C Blue Lagoon

📋 copy color: '#03617C'

red 3 ◦ green 97 ◦ blue 124

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

Shades of Blue Lagoon #03617C

Tints of Blue Lagoon #03617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 1.34%
G = 43.3%
B = 55.36%

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

#03617C (or 0x03617C) is known color: Blue Lagoon. HEX triplet: 03, 61 and 7C. RGB value is (3,97,124). Sum of RGB (Red+Green+Blue) = 3+97+124=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #03617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03617C is #FC9E83. Grayscale: #474747. Windows color (decimal): -16555652 or 8151299. OLE color: 8151299.

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

Color convert

RGB 3 97 124 -
CMYK 0.98 0.22 0 0.51
HSL 193.39º 0.95% 0.25% -
HSV(B) 193.39º 0.98% 0.49% -
XYZ 7.95 10.02 20.58 -
YUV 71.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 3 97 124 0.98 0.22 0 0.51 193.39 0.95 0.25
Hex 3 61 7C 62 16 0 33 C1 5F 19
Octal 3 141 174 142 26 0 63 301 137 31
Binary 11 1100001 1111100 1100010 10110 0 110011 11000001 1011111 11001

Color Harmonies of #03617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03617C

Black with #03617C

Text Example


Text Example

White with #03617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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