Html Css Color HEX #035E6A Blue Lagoon

📋 copy color: '#035E6A'

red 3 ◦ green 94 ◦ blue 106

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

Shades of Blue Lagoon #035E6A

Tints of Blue Lagoon #035E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 1.48%
G = 46.31%
B = 52.22%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#035E6A (or 0x035E6A) is known color: Blue Lagoon. HEX triplet: 03, 5E and 6A. RGB value is (3,94,106). Sum of RGB (Red+Green+Blue) = 3+94+106=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #035E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E6A is #FCA195. Grayscale: #444444. Windows color (decimal): -16556438 or 6970883. OLE color: 6970883.

HSL color Cylindrical-coordinate representation of color #035E6A: hue angle of 186.99º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E6A is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 94 106 -
CMYK 0.97 0.11 0 0.58
HSL 186.99º 0.94% 0.21% -
HSV(B) 186.99º 0.97% 0.42% -
XYZ 6.64 9.07 15.04 -
YUV 68.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 3 94 106 0.97 0.11 0 0.58 186.99 0.94 0.21
Hex 3 5E 6A 61 B 0 3A BB 5E 15
Octal 3 136 152 141 13 0 72 273 136 25
Binary 11 1011110 1101010 1100001 1011 0 111010 10111011 1011110 10101

Color Harmonies of #035E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E6A

Black with #035E6A

Text Example


Text Example

White with #035E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,106); }

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

background-color css

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

 a { background-color: rgb(3,94,106); }

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

border-color css

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

 span { border-color: rgb(3,94,106); }

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