Html Css Color HEX #035A63 Blue Lagoon

📋 copy color: '#035A63'

red 3 ◦ green 90 ◦ blue 99

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

Shades of Blue Lagoon #035A63

Tints of Blue Lagoon #035A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.88%

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

R = 1.56%
G = 46.88%
B = 51.56%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#035A63 (or 0x035A63) is known color: Blue Lagoon. HEX triplet: 03, 5A and 63. RGB value is (3,90,99). Sum of RGB (Red+Green+Blue) = 3+90+99=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #035A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A63 is #FCA59C. Grayscale: #404040. Windows color (decimal): -16557469 or 6511107. OLE color: 6511107.

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

Color convert

RGB 3 90 99 -
CMYK 0.97 0.09 0 0.61
HSL 185.63º 0.94% 0.2% -
HSV(B) 185.63º 0.97% 0.39% -
XYZ 5.95 8.23 13.08 -
YUV 65.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 3 90 99 0.97 0.09 0 0.61 185.63 0.94 0.2
Hex 3 5A 63 61 9 0 3D BA 5E 14
Octal 3 132 143 141 11 0 75 272 136 24
Binary 11 1011010 1100011 1100001 1001 0 111101 10111010 1011110 10100

Color Harmonies of #035A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A63

Black with #035A63

Text Example


Text Example

White with #035A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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