Html Css Color HEX #035B6E Blue Lagoon

📋 copy color: '#035B6E'

red 3 ◦ green 91 ◦ blue 110

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

Shades of Blue Lagoon #035B6E

Tints of Blue Lagoon #035B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.61%

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 1.47%
G = 44.61%
B = 53.92%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#035B6E (or 0x035B6E) is known color: Blue Lagoon. HEX triplet: 03, 5B and 6E. RGB value is (3,91,110). Sum of RGB (Red+Green+Blue) = 3+91+110=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #035B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B6E is #FCA491. Grayscale: #424242. Windows color (decimal): -16557202 or 7232259. OLE color: 7232259.

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

Color convert

RGB 3 91 110 -
CMYK 0.97 0.17 0 0.57
HSL 190.65º 0.95% 0.22% -
HSV(B) 190.65º 0.97% 0.43% -
XYZ 6.59 8.63 16.07 -
YUV 66.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 3 91 110 0.97 0.17 0 0.57 190.65 0.95 0.22
Hex 3 5B 6E 61 11 0 39 BF 5F 16
Octal 3 133 156 141 21 0 71 277 137 26
Binary 11 1011011 1101110 1100001 10001 0 111001 10111111 1011111 10110

Color Harmonies of #035B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035B6E

Black with #035B6E

Text Example


Text Example

White with #035B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,110); }

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

background-color css

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

 a { background-color: rgb(3,91,110); }

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

border-color css

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

 span { border-color: rgb(3,91,110); }

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