Html Css Color HEX #35679B Lochmara

📋 copy color: '#35679B'

red 53 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #35679B

Tints of Lochmara #35679B

RGB

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

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

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

R = 17.04%
G = 33.12%
B = 49.84%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35679B (or 0x35679B) is known color: Lochmara. HEX triplet: 35, 67 and 9B. RGB value is (53,103,155). Sum of RGB (Red+Green+Blue) = 53+103+155=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #35679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35679B is #CA9864. Grayscale: #5D5D5D. Windows color (decimal): -13277285 or 10184501. OLE color: 10184501.

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

Color convert

RGB 53 103 155 -
CMYK 0.66 0.34 0 0.39
HSL 210.59º 0.49% 0.41% -
HSV(B) 210.59º 0.66% 0.61% -
XYZ 12.23 12.82 32.84 -
YUV 93.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 53 103 155 0.66 0.34 0 0.39 210.59 0.49 0.41
Hex 35 67 9B 42 22 0 27 D3 31 29
Octal 65 147 233 102 42 0 47 323 61 51
Binary 110101 1100111 10011011 1000010 100010 0 100111 11010011 110001 101001

Color Harmonies of #35679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35679B

Black with #35679B

Text Example


Text Example

White with #35679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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