Html Css Color HEX #35689B Lochmara

📋 copy color: '#35689B'

red 53 ◦ green 104 ◦ blue 155

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

Shades of Lochmara #35689B

Tints of Lochmara #35689B

RGB

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

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

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

R = 16.99%
G = 33.33%
B = 49.68%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35689B (or 0x35689B) is known color: Lochmara. HEX triplet: 35, 68 and 9B. RGB value is (53,104,155). Sum of RGB (Red+Green+Blue) = 53+104+155=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #35689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35689B is #CA9764. Grayscale: #5E5E5E. Windows color (decimal): -13277029 or 10184757. OLE color: 10184757.

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

Color convert

RGB 53 104 155 -
CMYK 0.66 0.33 0 0.39
HSL 210º 0.49% 0.41% -
HSV(B) 210º 0.66% 0.61% -
XYZ 12.33 13.02 32.87 -
YUV 94.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 53 104 155 0.66 0.33 0 0.39 210 0.49 0.41
Hex 35 68 9B 42 21 0 27 D2 31 29
Octal 65 150 233 102 41 0 47 322 61 51
Binary 110101 1101000 10011011 1000010 100001 0 100111 11010010 110001 101001

Color Harmonies of #35689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35689B

Black with #35689B

Text Example


Text Example

White with #35689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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