Html Css Color HEX #36689B Lochmara

📋 copy color: '#36689B'

red 54 ◦ green 104 ◦ blue 155

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

Shades of Lochmara #36689B

Tints of Lochmara #36689B

RGB

 RED value IS 54 (21.48% from 255) = 17.25%

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

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

R = 17.25%
G = 33.23%
B = 49.52%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36689B (or 0x36689B) is known color: Lochmara. HEX triplet: 36, 68 and 9B. RGB value is (54,104,155). Sum of RGB (Red+Green+Blue) = 54+104+155=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #36689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36689B is #C99764. Grayscale: #5E5E5E. Windows color (decimal): -13211493 or 10184758. OLE color: 10184758.

HSL color Cylindrical-coordinate representation of color #36689B: hue angle of 210.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36689B is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 104 155 -
CMYK 0.65 0.33 0 0.39
HSL 210.3º 0.48% 0.41% -
HSV(B) 210.3º 0.65% 0.61% -
XYZ 12.39 13.05 32.88 -
YUV 94.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 54 104 155 0.65 0.33 0 0.39 210.3 0.48 0.41
Hex 36 68 9B 41 21 0 27 D2 30 29
Octal 66 150 233 101 41 0 47 322 60 51
Binary 110110 1101000 10011011 1000001 100001 0 100111 11010010 110000 101001

Color Harmonies of #36689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36689B

Black with #36689B

Text Example


Text Example

White with #36689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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