Html Css Color HEX #35779A Lochmara

📋 copy color: '#35779A'

red 53 ◦ green 119 ◦ blue 154

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

Shades of Lochmara #35779A

Tints of Lochmara #35779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 16.26%
G = 36.5%
B = 47.24%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35779A (or 0x35779A) is known color: Lochmara. HEX triplet: 35, 77 and 9A. RGB value is (53,119,154). Sum of RGB (Red+Green+Blue) = 53+119+154=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #35779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35779A is #CA8865. Grayscale: #676767. Windows color (decimal): -13273190 or 10123061. OLE color: 10123061.

HSL color Cylindrical-coordinate representation of color #35779A: hue angle of 200.79º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35779A is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 119 154 -
CMYK 0.66 0.23 0 0.40
HSL 200.79º 0.49% 0.41% -
HSV(B) 200.79º 0.66% 0.6% -
XYZ 13.9 16.28 32.98 -
YUV 103.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 53 119 154 0.66 0.23 0 0.40 200.79 0.49 0.41
Hex 35 77 9A 42 17 0 28 C9 31 29
Octal 65 167 232 102 27 0 50 311 61 51
Binary 110101 1110111 10011010 1000010 10111 0 101000 11001001 110001 101001

Color Harmonies of #35779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35779A

Black with #35779A

Text Example


Text Example

White with #35779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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