Html Css Color HEX #35699D Lochmara

📋 copy color: '#35699D'

red 53 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #35699D

Tints of Lochmara #35699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 16.83%
G = 33.33%
B = 49.84%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35699D (or 0x35699D) is known color: Lochmara. HEX triplet: 35, 69 and 9D. RGB value is (53,105,157). Sum of RGB (Red+Green+Blue) = 53+105+157=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #35699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35699D is #CA9662. Grayscale: #5F5F5F. Windows color (decimal): -13276771 or 10316085. OLE color: 10316085.

HSL color Cylindrical-coordinate representation of color #35699D: hue angle of 210º 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 #35699D is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 105 157 -
CMYK 0.66 0.33 0 0.38
HSL 210º 0.5% 0.41% -
HSV(B) 210º 0.66% 0.62% -
XYZ 12.61 13.29 33.8 -
YUV 95.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 53 105 157 0.66 0.33 0 0.38 210 0.5 0.41
Hex 35 69 9D 42 21 0 26 D2 32 29
Octal 65 151 235 102 41 0 46 322 62 51
Binary 110101 1101001 10011101 1000010 100001 0 100110 11010010 110010 101001

Color Harmonies of #35699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35699D

Black with #35699D

Text Example


Text Example

White with #35699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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