Html Css Color HEX #035563 Blue Lagoon

📋 copy color: '#035563'

red 3 ◦ green 85 ◦ blue 99

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

Shades of Blue Lagoon #035563

Tints of Blue Lagoon #035563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 1.6%
G = 45.45%
B = 52.94%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035563 (or 0x035563) is known color: Blue Lagoon. HEX triplet: 03, 55 and 63. RGB value is (3,85,99). Sum of RGB (Red+Green+Blue) = 3+85+99=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #035563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035563 is #FCAA9C. Grayscale: #3D3D3D. Windows color (decimal): -16558749 or 6509827. OLE color: 6509827.

HSL color Cylindrical-coordinate representation of color #035563: hue angle of 188.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035563 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 85 99 -
CMYK 0.97 0.14 0 0.61
HSL 188.75º 0.94% 0.2% -
HSV(B) 188.75º 0.97% 0.39% -
XYZ 5.54 7.42 12.94 -
YUV 62.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 3 85 99 0.97 0.14 0 0.61 188.75 0.94 0.2
Hex 3 55 63 61 E 0 3D BD 5E 14
Octal 3 125 143 141 16 0 75 275 136 24
Binary 11 1010101 1100011 1100001 1110 0 111101 10111101 1011110 10100

Color Harmonies of #035563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035563

Black with #035563

Text Example


Text Example

White with #035563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035563; }

 p { color: rgb(3,85,99); }

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

background-color css

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

 a { background-color: rgb(3,85,99); }

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

border-color css

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

 span { border-color: rgb(3,85,99); }

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