Html Css Color HEX #03587C Blue Lagoon

📋 copy color: '#03587C'

red 3 ◦ green 88 ◦ blue 124

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

Shades of Blue Lagoon #03587C

Tints of Blue Lagoon #03587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 1.4%
G = 40.93%
B = 57.67%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03587C (or 0x03587C) is known color: Blue Lagoon. HEX triplet: 03, 58 and 7C. RGB value is (3,88,124). Sum of RGB (Red+Green+Blue) = 3+88+124=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #03587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03587C is #FCA783. Grayscale: #424242. Windows color (decimal): -16557956 or 8148995. OLE color: 8148995.

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

Color convert

RGB 3 88 124 -
CMYK 0.98 0.29 0 0.51
HSL 197.85º 0.95% 0.25% -
HSV(B) 197.85º 0.98% 0.49% -
XYZ 7.17 8.45 20.32 -
YUV 66.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 3 88 124 0.98 0.29 0 0.51 197.85 0.95 0.25
Hex 3 58 7C 62 1D 0 33 C6 5F 19
Octal 3 130 174 142 35 0 63 306 137 31
Binary 11 1011000 1111100 1100010 11101 0 110011 11000110 1011111 11001

Color Harmonies of #03587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03587C

Black with #03587C

Text Example


Text Example

White with #03587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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