Html Css Color HEX #035A69 Blue Lagoon

📋 copy color: '#035A69'

red 3 ◦ green 90 ◦ blue 105

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

Shades of Blue Lagoon #035A69

Tints of Blue Lagoon #035A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 1.52%
G = 45.45%
B = 53.03%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#035A69 (or 0x035A69) is known color: Blue Lagoon. HEX triplet: 03, 5A and 69. RGB value is (3,90,105). Sum of RGB (Red+Green+Blue) = 3+90+105=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #035A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A69 is #FCA596. Grayscale: #414141. Windows color (decimal): -16557463 or 6904323. OLE color: 6904323.

HSL color Cylindrical-coordinate representation of color #035A69: hue angle of 188.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A69 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 90 105 -
CMYK 0.97 0.14 0 0.59
HSL 188.82º 0.94% 0.21% -
HSV(B) 188.82º 0.97% 0.41% -
XYZ 6.24 8.35 14.65 -
YUV 65.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 3 90 105 0.97 0.14 0 0.59 188.82 0.94 0.21
Hex 3 5A 69 61 E 0 3B BD 5E 15
Octal 3 132 151 141 16 0 73 275 136 25
Binary 11 1011010 1101001 1100001 1110 0 111011 10111101 1011110 10101

Color Harmonies of #035A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A69

Black with #035A69

Text Example


Text Example

White with #035A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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