Html Css Color HEX #03607C Blue Lagoon

📋 copy color: '#03607C'

red 3 ◦ green 96 ◦ blue 124

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

Shades of Blue Lagoon #03607C

Tints of Blue Lagoon #03607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

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

R = 1.35%
G = 43.05%
B = 55.61%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03607C (or 0x03607C) is known color: Blue Lagoon. HEX triplet: 03, 60 and 7C. RGB value is (3,96,124). Sum of RGB (Red+Green+Blue) = 3+96+124=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #03607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03607C is #FC9F83. Grayscale: #474747. Windows color (decimal): -16555908 or 8151043. OLE color: 8151043.

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

Color convert

RGB 3 96 124 -
CMYK 0.98 0.23 0 0.51
HSL 193.88º 0.95% 0.25% -
HSV(B) 193.88º 0.98% 0.49% -
XYZ 7.86 9.84 20.55 -
YUV 71.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 3 96 124 0.98 0.23 0 0.51 193.88 0.95 0.25
Hex 3 60 7C 62 17 0 33 C2 5F 19
Octal 3 140 174 142 27 0 63 302 137 31
Binary 11 1100000 1111100 1100010 10111 0 110011 11000010 1011111 11001

Color Harmonies of #03607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03607C

Black with #03607C

Text Example


Text Example

White with #03607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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