Html Css Color HEX #35649A Lochmara

📋 copy color: '#35649A'

red 53 ◦ green 100 ◦ blue 154

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

Shades of Lochmara #35649A

Tints of Lochmara #35649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.16%

R = 17.26%
G = 32.57%
B = 50.16%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35649A (or 0x35649A) is known color: Lochmara. HEX triplet: 35, 64 and 9A. RGB value is (53,100,154). Sum of RGB (Red+Green+Blue) = 53+100+154=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #35649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649A is #CA9B65. Grayscale: #5B5B5B. Windows color (decimal): -13278054 or 10118197. OLE color: 10118197.

HSL color Cylindrical-coordinate representation of color #35649A: hue angle of 212.08º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35649A is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 100 154 -
CMYK 0.66 0.35 0 0.40
HSL 212.08º 0.49% 0.41% -
HSV(B) 212.08º 0.66% 0.6% -
XYZ 11.86 12.2 32.3 -
YUV 92.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 53 100 154 0.66 0.35 0 0.40 212.08 0.49 0.41
Hex 35 64 9A 42 23 0 28 D4 31 29
Octal 65 144 232 102 43 0 50 324 61 51
Binary 110101 1100100 10011010 1000010 100011 0 101000 11010100 110001 101001

Color Harmonies of #35649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35649A

Black with #35649A

Text Example


Text Example

White with #35649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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