Html Css Color HEX #35659C Lochmara

📋 copy color: '#35659C'

red 53 ◦ green 101 ◦ blue 156

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

Shades of Lochmara #35659C

Tints of Lochmara #35659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 17.1%
G = 32.58%
B = 50.32%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35659C (or 0x35659C) is known color: Lochmara. HEX triplet: 35, 65 and 9C. RGB value is (53,101,156). Sum of RGB (Red+Green+Blue) = 53+101+156=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #35659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35659C is #CA9A63. Grayscale: #5C5C5C. Windows color (decimal): -13277796 or 10249525. OLE color: 10249525.

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

Color convert

RGB 53 101 156 -
CMYK 0.66 0.35 0 0.39
HSL 212.04º 0.49% 0.41% -
HSV(B) 212.04º 0.66% 0.61% -
XYZ 12.12 12.46 33.22 -
YUV 92.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 53 101 156 0.66 0.35 0 0.39 212.04 0.49 0.41
Hex 35 65 9C 42 23 0 27 D4 31 29
Octal 65 145 234 102 43 0 47 324 61 51
Binary 110101 1100101 10011100 1000010 100011 0 100111 11010100 110001 101001

Color Harmonies of #35659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35659C

Black with #35659C

Text Example


Text Example

White with #35659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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