Html Css Color HEX #35739C Lochmara

📋 copy color: '#35739C'

red 53 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #35739C

Tints of Lochmara #35739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 16.36%
G = 35.49%
B = 48.15%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35739C (or 0x35739C) is known color: Lochmara. HEX triplet: 35, 73 and 9C. RGB value is (53,115,156). Sum of RGB (Red+Green+Blue) = 53+115+156=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #35739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35739C is #CA8C63. Grayscale: #646464. Windows color (decimal): -13274212 or 10253109. OLE color: 10253109.

HSL color Cylindrical-coordinate representation of color #35739C: hue angle of 203.88º 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 #35739C is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 115 156 -
CMYK 0.66 0.26 0 0.39
HSL 203.88º 0.49% 0.41% -
HSV(B) 203.88º 0.66% 0.61% -
XYZ 13.6 15.42 33.71 -
YUV 101.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 53 115 156 0.66 0.26 0 0.39 203.88 0.49 0.41
Hex 35 73 9C 42 1A 0 27 CC 31 29
Octal 65 163 234 102 32 0 47 314 61 51
Binary 110101 1110011 10011100 1000010 11010 0 100111 11001100 110001 101001

Color Harmonies of #35739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35739C

Black with #35739C

Text Example


Text Example

White with #35739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35739C; }

 p { color: rgb(53,115,156); }

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

background-color css

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

 a { background-color: rgb(53,115,156); }

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

border-color css

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

 span { border-color: rgb(53,115,156); }

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