Html Css Color HEX #35669D Lochmara

📋 copy color: '#35669D'

red 53 ◦ green 102 ◦ blue 157

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

Shades of Lochmara #35669D

Tints of Lochmara #35669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 16.99%
G = 32.69%
B = 50.32%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35669D (or 0x35669D) is known color: Lochmara. HEX triplet: 35, 66 and 9D. RGB value is (53,102,157). Sum of RGB (Red+Green+Blue) = 53+102+157=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #35669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35669D is #CA9962. Grayscale: #5D5D5D. Windows color (decimal): -13277539 or 10315317. OLE color: 10315317.

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

Color convert

RGB 53 102 157 -
CMYK 0.66 0.35 0 0.38
HSL 211.73º 0.5% 0.41% -
HSV(B) 211.73º 0.66% 0.62% -
XYZ 12.31 12.69 33.7 -
YUV 93.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 53 102 157 0.66 0.35 0 0.38 211.73 0.5 0.41
Hex 35 66 9D 42 23 0 26 D4 32 29
Octal 65 146 235 102 43 0 46 324 62 51
Binary 110101 1100110 10011101 1000010 100011 0 100110 11010100 110010 101001

Color Harmonies of #35669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35669D

Black with #35669D

Text Example


Text Example

White with #35669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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