Html Css Color HEX #035A6B Blue Lagoon

📋 copy color: '#035A6B'

red 3 ◦ green 90 ◦ blue 107

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

Shades of Blue Lagoon #035A6B

Tints of Blue Lagoon #035A6B

RGB

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

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

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

R = 1.5%
G = 45%
B = 53.5%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#035A6B (or 0x035A6B) is known color: Blue Lagoon. HEX triplet: 03, 5A and 6B. RGB value is (3,90,107). Sum of RGB (Red+Green+Blue) = 3+90+107=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #035A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A6B is #FCA594. Grayscale: #414141. Windows color (decimal): -16557461 or 7035395. OLE color: 7035395.

HSL color Cylindrical-coordinate representation of color #035A6B: hue angle of 189.81º 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 #035A6B is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 90 107 -
CMYK 0.97 0.16 0 0.58
HSL 189.81º 0.95% 0.22% -
HSV(B) 189.81º 0.97% 0.42% -
XYZ 6.35 8.39 15.2 -
YUV 65.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 3 90 107 0.97 0.16 0 0.58 189.81 0.95 0.22
Hex 3 5A 6B 61 10 0 3A BE 5F 16
Octal 3 132 153 141 20 0 72 276 137 26
Binary 11 1011010 1101011 1100001 10000 0 111010 10111110 1011111 10110

Color Harmonies of #035A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A6B

Black with #035A6B

Text Example


Text Example

White with #035A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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