Html Css Color HEX #35789D Lochmara

📋 copy color: '#35789D'

red 53 ◦ green 120 ◦ blue 157

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

Shades of Lochmara #35789D

Tints of Lochmara #35789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 16.06%
G = 36.36%
B = 47.58%

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

#35789D (or 0x35789D) is known color: Lochmara. HEX triplet: 35, 78 and 9D. RGB value is (53,120,157). Sum of RGB (Red+Green+Blue) = 53+120+157=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #35789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35789D is #CA8762. Grayscale: #676767. Windows color (decimal): -13272931 or 10319925. OLE color: 10319925.

HSL color Cylindrical-coordinate representation of color #35789D: hue angle of 201.35º 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 #35789D is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 120 157 -
CMYK 0.66 0.24 0 0.38
HSL 201.35º 0.5% 0.41% -
HSV(B) 201.35º 0.66% 0.62% -
XYZ 14.27 16.62 34.35 -
YUV 104.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 53 120 157 0.66 0.24 0 0.38 201.35 0.5 0.41
Hex 35 78 9D 42 18 0 26 C9 32 29
Octal 65 170 235 102 30 0 46 311 62 51
Binary 110101 1111000 10011101 1000010 11000 0 100110 11001001 110010 101001

Color Harmonies of #35789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35789D

Black with #35789D

Text Example


Text Example

White with #35789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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