Html Css Color HEX #35659B Lochmara

📋 copy color: '#35659B'

red 53 ◦ green 101 ◦ blue 155

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

Shades of Lochmara #35659B

Tints of Lochmara #35659B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 17.15%
G = 32.69%
B = 50.16%

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

#35659B (or 0x35659B) is known color: Lochmara. HEX triplet: 35, 65 and 9B. RGB value is (53,101,155). Sum of RGB (Red+Green+Blue) = 53+101+155=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #35659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35659B is #CA9A64. Grayscale: #5C5C5C. Windows color (decimal): -13277797 or 10183989. OLE color: 10183989.

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

Color convert

RGB 53 101 155 -
CMYK 0.66 0.35 0 0.39
HSL 211.76º 0.49% 0.41% -
HSV(B) 211.76º 0.66% 0.61% -
XYZ 12.04 12.43 32.78 -
YUV 92.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 53 101 155 0.66 0.35 0 0.39 211.76 0.49 0.41
Hex 35 65 9B 42 23 0 27 D4 31 29
Octal 65 145 233 102 43 0 47 324 61 51
Binary 110101 1100101 10011011 1000010 100011 0 100111 11010100 110001 101001

Color Harmonies of #35659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35659B

Black with #35659B

Text Example


Text Example

White with #35659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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