Html Css Color HEX #35789B Lochmara

📋 copy color: '#35789B'

red 53 ◦ green 120 ◦ blue 155

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

Shades of Lochmara #35789B

Tints of Lochmara #35789B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 16.16%
G = 36.59%
B = 47.26%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35789B (or 0x35789B) is known color: Lochmara. HEX triplet: 35, 78 and 9B. RGB value is (53,120,155). Sum of RGB (Red+Green+Blue) = 53+120+155=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #35789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35789B is #CA8764. Grayscale: #676767. Windows color (decimal): -13272933 or 10188853. OLE color: 10188853.

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

Color convert

RGB 53 120 155 -
CMYK 0.66 0.23 0 0.39
HSL 200.59º 0.49% 0.41% -
HSV(B) 200.59º 0.66% 0.61% -
XYZ 14.1 16.56 33.46 -
YUV 103.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 53 120 155 0.66 0.23 0 0.39 200.59 0.49 0.41
Hex 35 78 9B 42 17 0 27 C9 31 29
Octal 65 170 233 102 27 0 47 311 61 51
Binary 110101 1111000 10011011 1000010 10111 0 100111 11001001 110001 101001

Color Harmonies of #35789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35789B

Black with #35789B

Text Example


Text Example

White with #35789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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