Html Css Color HEX #035A65 Blue Lagoon

📋 copy color: '#035A65'

red 3 ◦ green 90 ◦ blue 101

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

Shades of Blue Lagoon #035A65

Tints of Blue Lagoon #035A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.06%

R = 1.55%
G = 46.39%
B = 52.06%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#035A65 (or 0x035A65) is known color: Blue Lagoon. HEX triplet: 03, 5A and 65. RGB value is (3,90,101). Sum of RGB (Red+Green+Blue) = 3+90+101=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #035A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A65 is #FCA59A. Grayscale: #414141. Windows color (decimal): -16557467 or 6642179. OLE color: 6642179.

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

Color convert

RGB 3 90 101 -
CMYK 0.97 0.11 0 0.60
HSL 186.73º 0.94% 0.2% -
HSV(B) 186.73º 0.97% 0.4% -
XYZ 6.04 8.27 13.59 -
YUV 65.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 3 90 101 0.97 0.11 0 0.60 186.73 0.94 0.2
Hex 3 5A 65 61 B 0 3C BB 5E 14
Octal 3 132 145 141 13 0 74 273 136 24
Binary 11 1011010 1100101 1100001 1011 0 111100 10111011 1011110 10100

Color Harmonies of #035A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A65

Black with #035A65

Text Example


Text Example

White with #035A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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