Html Css Color HEX #03586D Blue Lagoon

📋 copy color: '#03586D'

red 3 ◦ green 88 ◦ blue 109

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

Shades of Blue Lagoon #03586D

Tints of Blue Lagoon #03586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 1.5%
G = 44%
B = 54.5%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03586D (or 0x03586D) is known color: Blue Lagoon. HEX triplet: 03, 58 and 6D. RGB value is (3,88,109). Sum of RGB (Red+Green+Blue) = 3+88+109=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #03586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03586D is #FCA792. Grayscale: #404040. Windows color (decimal): -16557971 or 7165955. OLE color: 7165955.

HSL color Cylindrical-coordinate representation of color #03586D: hue angle of 191.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03586D is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 88 109 -
CMYK 0.97 0.19 0 0.57
HSL 191.89º 0.95% 0.22% -
HSV(B) 191.89º 0.97% 0.43% -
XYZ 6.29 8.1 15.7 -
YUV 64.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 3 88 109 0.97 0.19 0 0.57 191.89 0.95 0.22
Hex 3 58 6D 61 13 0 39 C0 5F 16
Octal 3 130 155 141 23 0 71 300 137 26
Binary 11 1011000 1101101 1100001 10011 0 111001 11000000 1011111 10110

Color Harmonies of #03586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03586D

Black with #03586D

Text Example


Text Example

White with #03586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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