Html Css Color HEX #035063 Blue Lagoon

📋 copy color: '#035063'

red 3 ◦ green 80 ◦ blue 99

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

Shades of Blue Lagoon #035063

Tints of Blue Lagoon #035063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

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

R = 1.65%
G = 43.96%
B = 54.4%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035063 (or 0x035063) is known color: Blue Lagoon. HEX triplet: 03, 50 and 63. RGB value is (3,80,99). Sum of RGB (Red+Green+Blue) = 3+80+99=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #035063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035063 is #FCAF9C. Grayscale: #3A3A3A. Windows color (decimal): -16560029 or 6508547. OLE color: 6508547.

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

Color convert

RGB 3 80 99 -
CMYK 0.97 0.19 0 0.61
HSL 191.88º 0.94% 0.2% -
HSV(B) 191.88º 0.97% 0.39% -
XYZ 5.16 6.66 12.82 -
YUV 59.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 3 80 99 0.97 0.19 0 0.61 191.88 0.94 0.2
Hex 3 50 63 61 13 0 3D C0 5E 14
Octal 3 120 143 141 23 0 75 300 136 24
Binary 11 1010000 1100011 1100001 10011 0 111101 11000000 1011110 10100

Color Harmonies of #035063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035063

Black with #035063

Text Example


Text Example

White with #035063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035063; }

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

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

background-color css

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

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

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

border-color css

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

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

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