Html Css Color HEX #035A6D Blue Lagoon

📋 copy color: '#035A6D'

red 3 ◦ green 90 ◦ blue 109

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

Shades of Blue Lagoon #035A6D

Tints of Blue Lagoon #035A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.96%

R = 1.49%
G = 44.55%
B = 53.96%

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

#035A6D (or 0x035A6D) is known color: Blue Lagoon. HEX triplet: 03, 5A and 6D. RGB value is (3,90,109). Sum of RGB (Red+Green+Blue) = 3+90+109=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #035A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A6D is #FCA592. Grayscale: #414141. Windows color (decimal): -16557459 or 7166467. OLE color: 7166467.

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

Color convert

RGB 3 90 109 -
CMYK 0.97 0.17 0 0.57
HSL 190.75º 0.95% 0.22% -
HSV(B) 190.75º 0.97% 0.43% -
XYZ 6.45 8.44 15.76 -
YUV 66.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 3 90 109 0.97 0.17 0 0.57 190.75 0.95 0.22
Hex 3 5A 6D 61 11 0 39 BF 5F 16
Octal 3 132 155 141 21 0 71 277 137 26
Binary 11 1011010 1101101 1100001 10001 0 111001 10111111 1011111 10110

Color Harmonies of #035A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A6D

Black with #035A6D

Text Example


Text Example

White with #035A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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