Html Css Color HEX #035679 Blue Lagoon

📋 copy color: '#035679'

red 3 ◦ green 86 ◦ blue 121

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

Shades of Blue Lagoon #035679

Tints of Blue Lagoon #035679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 1.43%
G = 40.95%
B = 57.62%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#035679 (or 0x035679) is known color: Blue Lagoon. HEX triplet: 03, 56 and 79. RGB value is (3,86,121). Sum of RGB (Red+Green+Blue) = 3+86+121=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #035679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035679 is #FCA986. Grayscale: #404040. Windows color (decimal): -16558471 or 7951875. OLE color: 7951875.

HSL color Cylindrical-coordinate representation of color #035679: hue angle of 197.8º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035679 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 86 121 -
CMYK 0.98 0.29 0 0.53
HSL 197.8º 0.95% 0.24% -
HSV(B) 197.8º 0.98% 0.47% -
XYZ 6.82 8.06 19.28 -
YUV 65.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 3 86 121 0.98 0.29 0 0.53 197.8 0.95 0.24
Hex 3 56 79 62 1D 0 35 C6 5F 18
Octal 3 126 171 142 35 0 65 306 137 30
Binary 11 1010110 1111001 1100010 11101 0 110101 11000110 1011111 11000

Color Harmonies of #035679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035679

Black with #035679

Text Example


Text Example

White with #035679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035679; }

 p { color: rgb(3,86,121); }

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

background-color css

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

 a { background-color: rgb(3,86,121); }

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

border-color css

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

 span { border-color: rgb(3,86,121); }

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