Html Css Color HEX #035E6F Blue Lagoon

📋 copy color: '#035E6F'

red 3 ◦ green 94 ◦ blue 111

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

Shades of Blue Lagoon #035E6F

Tints of Blue Lagoon #035E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 1.44%
G = 45.19%
B = 53.37%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035E6F (or 0x035E6F) is known color: Blue Lagoon. HEX triplet: 03, 5E and 6F. RGB value is (3,94,111). Sum of RGB (Red+Green+Blue) = 3+94+111=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #035E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E6F is #FCA190. Grayscale: #444444. Windows color (decimal): -16556433 or 7298563. OLE color: 7298563.

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

Color convert

RGB 3 94 111 -
CMYK 0.97 0.15 0 0.56
HSL 189.44º 0.95% 0.22% -
HSV(B) 189.44º 0.97% 0.44% -
XYZ 6.91 9.17 16.45 -
YUV 68.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 3 94 111 0.97 0.15 0 0.56 189.44 0.95 0.22
Hex 3 5E 6F 61 F 0 38 BD 5F 16
Octal 3 136 157 141 17 0 70 275 137 26
Binary 11 1011110 1101111 1100001 1111 0 111000 10111101 1011111 10110

Color Harmonies of #035E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E6F

Black with #035E6F

Text Example


Text Example

White with #035E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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