Html Css Color HEX #35749D Lochmara

📋 copy color: '#35749D'

red 53 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #35749D

Tints of Lochmara #35749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 16.26%
G = 35.58%
B = 48.16%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35749D (or 0x35749D) is known color: Lochmara. HEX triplet: 35, 74 and 9D. RGB value is (53,116,157). Sum of RGB (Red+Green+Blue) = 53+116+157=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #35749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35749D is #CA8B62. Grayscale: #656565. Windows color (decimal): -13273955 or 10318901. OLE color: 10318901.

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

Color convert

RGB 53 116 157 -
CMYK 0.66 0.26 0 0.38
HSL 203.65º 0.5% 0.41% -
HSV(B) 203.65º 0.66% 0.62% -
XYZ 13.8 15.68 34.2 -
YUV 101.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 53 116 157 0.66 0.26 0 0.38 203.65 0.5 0.41
Hex 35 74 9D 42 1A 0 26 CC 32 29
Octal 65 164 235 102 32 0 46 314 62 51
Binary 110101 1110100 10011101 1000010 11010 0 100110 11001100 110010 101001

Color Harmonies of #35749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35749D

Black with #35749D

Text Example


Text Example

White with #35749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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