Html Css Color HEX #35679A Lochmara

📋 copy color: '#35679A'

red 53 ◦ green 103 ◦ blue 154

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

Shades of Lochmara #35679A

Tints of Lochmara #35679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 17.1%
G = 33.23%
B = 49.68%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35679A (or 0x35679A) is known color: Lochmara. HEX triplet: 35, 67 and 9A. RGB value is (53,103,154). Sum of RGB (Red+Green+Blue) = 53+103+154=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #35679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35679A is #CA9865. Grayscale: #5D5D5D. Windows color (decimal): -13277286 or 10118965. OLE color: 10118965.

HSL color Cylindrical-coordinate representation of color #35679A: hue angle of 210.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35679A is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 103 154 -
CMYK 0.66 0.33 0 0.40
HSL 210.3º 0.49% 0.41% -
HSV(B) 210.3º 0.66% 0.6% -
XYZ 12.15 12.79 32.4 -
YUV 93.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 53 103 154 0.66 0.33 0 0.40 210.3 0.49 0.41
Hex 35 67 9A 42 21 0 28 D2 31 29
Octal 65 147 232 102 41 0 50 322 61 51
Binary 110101 1100111 10011010 1000010 100001 0 101000 11010010 110001 101001

Color Harmonies of #35679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35679A

Black with #35679A

Text Example


Text Example

White with #35679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35679A; }

 p { color: rgb(53,103,154); }

 H1.HeaderClassName
 {
   color: #35679A;
 }
 .AnyTagClassName
 {
   color: #35679A;
 }
</style>

background-color css

<style>
 a { background-color: #35679A; }

 a { background-color: rgb(53,103,154); }

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

border-color css

<style>
 span { border-color: #35679A; }

 span { border-color: rgb(53,103,154); }

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