Html Css Color HEX #35649C Lochmara

📋 copy color: '#35649C'

red 53 ◦ green 100 ◦ blue 156

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

Shades of Lochmara #35649C

Tints of Lochmara #35649C

RGB

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

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

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

R = 17.15%
G = 32.36%
B = 50.49%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35649C (or 0x35649C) is known color: Lochmara. HEX triplet: 35, 64 and 9C. RGB value is (53,100,156). Sum of RGB (Red+Green+Blue) = 53+100+156=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #35649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649C is #CA9B63. Grayscale: #5C5C5C. Windows color (decimal): -13278052 or 10249269. OLE color: 10249269.

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

Color convert

RGB 53 100 156 -
CMYK 0.66 0.36 0 0.39
HSL 212.62º 0.49% 0.41% -
HSV(B) 212.62º 0.66% 0.61% -
XYZ 12.03 12.27 33.19 -
YUV 92.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 53 100 156 0.66 0.36 0 0.39 212.62 0.49 0.41
Hex 35 64 9C 42 24 0 27 D5 31 29
Octal 65 144 234 102 44 0 47 325 61 51
Binary 110101 1100100 10011100 1000010 100100 0 100111 11010101 110001 101001

Color Harmonies of #35649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35649C

Black with #35649C

Text Example


Text Example

White with #35649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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