Html Css Color HEX #35779D Lochmara

📋 copy color: '#35779D'

red 53 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #35779D

Tints of Lochmara #35779D

RGB

 RED value IS 53 (21.09% from 255) = 16.11%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 16.11%
G = 36.17%
B = 47.72%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35779D (or 0x35779D) is known color: Lochmara. HEX triplet: 35, 77 and 9D. RGB value is (53,119,157). Sum of RGB (Red+Green+Blue) = 53+119+157=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #35779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35779D is #CA8862. Grayscale: #676767. Windows color (decimal): -13273187 or 10319669. OLE color: 10319669.

HSL color Cylindrical-coordinate representation of color #35779D: hue angle of 201.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35779D is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 119 157 -
CMYK 0.66 0.24 0 0.38
HSL 201.92º 0.5% 0.41% -
HSV(B) 201.92º 0.66% 0.62% -
XYZ 14.15 16.38 34.32 -
YUV 103.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 53 119 157 0.66 0.24 0 0.38 201.92 0.5 0.41
Hex 35 77 9D 42 18 0 26 CA 32 29
Octal 65 167 235 102 30 0 46 312 62 51
Binary 110101 1110111 10011101 1000010 11000 0 100110 11001010 110010 101001

Color Harmonies of #35779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35779D

Black with #35779D

Text Example


Text Example

White with #35779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35779D; }

 p { color: rgb(53,119,157); }

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

background-color css

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

 a { background-color: rgb(53,119,157); }

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

border-color css

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

 span { border-color: rgb(53,119,157); }

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