Html Css Color HEX #03587D Blue Lagoon

📋 copy color: '#03587D'

red 3 ◦ green 88 ◦ blue 125

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

Shades of Blue Lagoon #03587D

Tints of Blue Lagoon #03587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 1.39%
G = 40.74%
B = 57.87%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03587D (or 0x03587D) is known color: Blue Lagoon. HEX triplet: 03, 58 and 7D. RGB value is (3,88,125). Sum of RGB (Red+Green+Blue) = 3+88+125=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #03587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03587D is #FCA782. Grayscale: #424242. Windows color (decimal): -16557955 or 8214531. OLE color: 8214531.

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

Color convert

RGB 3 88 125 -
CMYK 0.98 0.30 0 0.51
HSL 198.2º 0.95% 0.25% -
HSV(B) 198.2º 0.98% 0.49% -
XYZ 7.23 8.48 20.66 -
YUV 66.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 3 88 125 0.98 0.30 0 0.51 198.2 0.95 0.25
Hex 3 58 7D 62 1E 0 33 C6 5F 19
Octal 3 130 175 142 36 0 63 306 137 31
Binary 11 1011000 1111101 1100010 11110 0 110011 11000110 1011111 11001

Color Harmonies of #03587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03587D

Black with #03587D

Text Example


Text Example

White with #03587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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