Html Css Color HEX #03587A Blue Lagoon

📋 copy color: '#03587A'

red 3 ◦ green 88 ◦ blue 122

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

Shades of Blue Lagoon #03587A

Tints of Blue Lagoon #03587A

RGB

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

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

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

R = 1.41%
G = 41.31%
B = 57.28%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03587A (or 0x03587A) is known color: Blue Lagoon. HEX triplet: 03, 58 and 7A. RGB value is (3,88,122). Sum of RGB (Red+Green+Blue) = 3+88+122=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #03587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03587A is #FCA785. Grayscale: #424242. Windows color (decimal): -16557958 or 8017923. OLE color: 8017923.

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

Color convert

RGB 3 88 122 -
CMYK 0.98 0.28 0 0.52
HSL 197.14º 0.95% 0.25% -
HSV(B) 197.14º 0.98% 0.48% -
XYZ 7.04 8.4 19.66 -
YUV 66.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 3 88 122 0.98 0.28 0 0.52 197.14 0.95 0.25
Hex 3 58 7A 62 1C 0 34 C5 5F 19
Octal 3 130 172 142 34 0 64 305 137 31
Binary 11 1011000 1111010 1100010 11100 0 110100 11000101 1011111 11001

Color Harmonies of #03587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03587A

Black with #03587A

Text Example


Text Example

White with #03587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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