Html Css Color HEX #035963 Blue Lagoon

📋 copy color: '#035963'

red 3 ◦ green 89 ◦ blue 99

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

Shades of Blue Lagoon #035963

Tints of Blue Lagoon #035963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.6%

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

R = 1.57%
G = 46.6%
B = 51.83%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035963 (or 0x035963) is known color: Blue Lagoon. HEX triplet: 03, 59 and 63. RGB value is (3,89,99). Sum of RGB (Red+Green+Blue) = 3+89+99=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #035963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035963 is #FCA69C. Grayscale: #404040. Windows color (decimal): -16557725 or 6510851. OLE color: 6510851.

HSL color Cylindrical-coordinate representation of color #035963: hue angle of 186.25º 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 #035963 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 89 99 -
CMYK 0.97 0.10 0 0.61
HSL 186.25º 0.94% 0.2% -
HSV(B) 186.25º 0.97% 0.39% -
XYZ 5.86 8.06 13.05 -
YUV 64.43 147.51 84.19 -
System Red Green Blue C M Y K H S L
Decimal 3 89 99 0.97 0.10 0 0.61 186.25 0.94 0.2
Hex 3 59 63 61 A 0 3D BA 5E 14
Octal 3 131 143 141 12 0 75 272 136 24
Binary 11 1011001 1100011 1100001 1010 0 111101 10111010 1011110 10100

Color Harmonies of #035963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035963

Black with #035963

Text Example


Text Example

White with #035963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035963; }

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

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

background-color css

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

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

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

border-color css

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

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

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