Html Css Color HEX #35649F Lochmara

📋 copy color: '#35649F'

red 53 ◦ green 100 ◦ blue 159

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

Shades of Lochmara #35649F

Tints of Lochmara #35649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 16.99%
G = 32.05%
B = 50.96%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35649F (or 0x35649F) is known color: Lochmara. HEX triplet: 35, 64 and 9F. RGB value is (53,100,159). Sum of RGB (Red+Green+Blue) = 53+100+159=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #35649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649F is #CA9B60. Grayscale: #5C5C5C. Windows color (decimal): -13278049 or 10445877. OLE color: 10445877.

HSL color Cylindrical-coordinate representation of color #35649F: hue angle of 213.4º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35649F is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 100 159 -
CMYK 0.67 0.37 0 0.38
HSL 213.4º 0.5% 0.42% -
HSV(B) 213.4º 0.67% 0.62% -
XYZ 12.28 12.37 34.54 -
YUV 92.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 53 100 159 0.67 0.37 0 0.38 213.4 0.5 0.42
Hex 35 64 9F 43 25 0 26 D5 32 2A
Octal 65 144 237 103 45 0 46 325 62 52
Binary 110101 1100100 10011111 1000011 100101 0 100110 11010101 110010 101010

Color Harmonies of #35649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35649F

Black with #35649F

Text Example


Text Example

White with #35649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35649F; }

 p { color: rgb(53,100,159); }

 H1.HeaderClassName
 {
   color: #35649F;
 }
 .AnyTagClassName
 {
   color: #35649F;
 }
</style>

background-color css

<style>
 a { background-color: #35649F; }

 a { background-color: rgb(53,100,159); }

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

border-color css

<style>
 span { border-color: #35649F; }

 span { border-color: rgb(53,100,159); }

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