Html Css Color HEX #035D76 Blue Lagoon

📋 copy color: '#035D76'

red 3 ◦ green 93 ◦ blue 118

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

Shades of Blue Lagoon #035D76

Tints of Blue Lagoon #035D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.46%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 1.4%
G = 43.46%
B = 55.14%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035D76 (or 0x035D76) is known color: Blue Lagoon. HEX triplet: 03, 5D and 76. RGB value is (3,93,118). Sum of RGB (Red+Green+Blue) = 3+93+118=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #035D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D76 is #FCA289. Grayscale: #444444. Windows color (decimal): -16556682 or 7757059. OLE color: 7757059.

HSL color Cylindrical-coordinate representation of color #035D76: hue angle of 193.04º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D76 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 93 118 -
CMYK 0.97 0.21 0 0.54
HSL 193.04º 0.95% 0.24% -
HSV(B) 193.04º 0.97% 0.46% -
XYZ 7.22 9.16 18.53 -
YUV 68.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 3 93 118 0.97 0.21 0 0.54 193.04 0.95 0.24
Hex 3 5D 76 61 15 0 36 C1 5F 18
Octal 3 135 166 141 25 0 66 301 137 30
Binary 11 1011101 1110110 1100001 10101 0 110110 11000001 1011111 11000

Color Harmonies of #035D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D76

Black with #035D76

Text Example


Text Example

White with #035D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,93,118); }

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

background-color css

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

 a { background-color: rgb(3,93,118); }

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

border-color css

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

 span { border-color: rgb(3,93,118); }

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