Html Css Color HEX #035A73 Blue Lagoon

📋 copy color: '#035A73'

red 3 ◦ green 90 ◦ blue 115

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

Shades of Blue Lagoon #035A73

Tints of Blue Lagoon #035A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 1.44%
G = 43.27%
B = 55.29%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035A73 (or 0x035A73) is known color: Blue Lagoon. HEX triplet: 03, 5A and 73. RGB value is (3,90,115). Sum of RGB (Red+Green+Blue) = 3+90+115=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #035A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A73 is #FCA58C. Grayscale: #424242. Windows color (decimal): -16557453 or 7559683. OLE color: 7559683.

HSL color Cylindrical-coordinate representation of color #035A73: hue angle of 193.39º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A73 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 90 115 -
CMYK 0.97 0.22 0 0.55
HSL 193.39º 0.95% 0.23% -
HSV(B) 193.39º 0.97% 0.45% -
XYZ 6.79 8.57 17.52 -
YUV 66.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 3 90 115 0.97 0.22 0 0.55 193.39 0.95 0.23
Hex 3 5A 73 61 16 0 37 C1 5F 17
Octal 3 132 163 141 26 0 67 301 137 27
Binary 11 1011010 1110011 1100001 10110 0 110111 11000001 1011111 10111

Color Harmonies of #035A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A73

Black with #035A73

Text Example


Text Example

White with #035A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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