Html Css Color HEX #035E6B Blue Lagoon

📋 copy color: '#035E6B'

red 3 ◦ green 94 ◦ blue 107

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

Shades of Blue Lagoon #035E6B

Tints of Blue Lagoon #035E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 1.47%
G = 46.08%
B = 52.45%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#035E6B (or 0x035E6B) is known color: Blue Lagoon. HEX triplet: 03, 5E and 6B. RGB value is (3,94,107). Sum of RGB (Red+Green+Blue) = 3+94+107=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #035E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E6B is #FCA194. Grayscale: #444444. Windows color (decimal): -16556437 or 7036419. OLE color: 7036419.

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

Color convert

RGB 3 94 107 -
CMYK 0.97 0.12 0 0.58
HSL 187.5º 0.95% 0.22% -
HSV(B) 187.5º 0.97% 0.42% -
XYZ 6.69 9.09 15.31 -
YUV 68.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 3 94 107 0.97 0.12 0 0.58 187.5 0.95 0.22
Hex 3 5E 6B 61 C 0 3A BC 5F 16
Octal 3 136 153 141 14 0 72 274 137 26
Binary 11 1011110 1101011 1100001 1100 0 111010 10111100 1011111 10110

Color Harmonies of #035E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E6B

Black with #035E6B

Text Example


Text Example

White with #035E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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