Html Css Color HEX #03617A Blue Lagoon

📋 copy color: '#03617A'

red 3 ◦ green 97 ◦ blue 122

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

Shades of Blue Lagoon #03617A

Tints of Blue Lagoon #03617A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 1.35%
G = 43.69%
B = 54.95%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03617A (or 0x03617A) is known color: Blue Lagoon. HEX triplet: 03, 61 and 7A. RGB value is (3,97,122). Sum of RGB (Red+Green+Blue) = 3+97+122=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #03617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03617A is #FC9E85. Grayscale: #474747. Windows color (decimal): -16555654 or 8020227. OLE color: 8020227.

HSL color Cylindrical-coordinate representation of color #03617A: hue angle of 192.61º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03617A is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 97 122 -
CMYK 0.98 0.20 0 0.52
HSL 192.61º 0.95% 0.25% -
HSV(B) 192.61º 0.98% 0.48% -
XYZ 7.83 9.97 19.93 -
YUV 71.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 3 97 122 0.98 0.20 0 0.52 192.61 0.95 0.25
Hex 3 61 7A 62 14 0 34 C1 5F 19
Octal 3 141 172 142 24 0 64 301 137 31
Binary 11 1100001 1111010 1100010 10100 0 110100 11000001 1011111 11001

Color Harmonies of #03617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03617A

Black with #03617A

Text Example


Text Example

White with #03617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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