Html Css Color HEX #35689D Lochmara

📋 copy color: '#35689D'

red 53 ◦ green 104 ◦ blue 157

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

Shades of Lochmara #35689D

Tints of Lochmara #35689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 157 (61.72% from 255) = 50%

R = 16.88%
G = 33.12%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35689D (or 0x35689D) is known color: Lochmara. HEX triplet: 35, 68 and 9D. RGB value is (53,104,157). Sum of RGB (Red+Green+Blue) = 53+104+157=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #35689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35689D is #CA9762. Grayscale: #5E5E5E. Windows color (decimal): -13277027 or 10315829. OLE color: 10315829.

HSL color Cylindrical-coordinate representation of color #35689D: hue angle of 210.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35689D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 104 157 -
CMYK 0.66 0.34 0 0.38
HSL 210.58º 0.5% 0.41% -
HSV(B) 210.58º 0.66% 0.62% -
XYZ 12.5 13.09 33.77 -
YUV 94.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 53 104 157 0.66 0.34 0 0.38 210.58 0.5 0.41
Hex 35 68 9D 42 22 0 26 D3 32 29
Octal 65 150 235 102 42 0 46 323 62 51
Binary 110101 1101000 10011101 1000010 100010 0 100110 11010011 110010 101001

Color Harmonies of #35689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35689D

Black with #35689D

Text Example


Text Example

White with #35689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35689D; }

 p { color: rgb(53,104,157); }

 H1.HeaderClassName
 {
   color: #35689D;
 }
 .AnyTagClassName
 {
   color: #35689D;
 }
</style>

background-color css

<style>
 a { background-color: #35689D; }

 a { background-color: rgb(53,104,157); }

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

border-color css

<style>
 span { border-color: #35689D; }

 span { border-color: rgb(53,104,157); }

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