Html Css Color HEX #36699A Lochmara

📋 copy color: '#36699A'

red 54 ◦ green 105 ◦ blue 154

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

Shades of Lochmara #36699A

Tints of Lochmara #36699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 17.25%
G = 33.55%
B = 49.2%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36699A (or 0x36699A) is known color: Lochmara. HEX triplet: 36, 69 and 9A. RGB value is (54,105,154). Sum of RGB (Red+Green+Blue) = 54+105+154=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #36699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36699A is #C99665. Grayscale: #5F5F5F. Windows color (decimal): -13211238 or 10119478. OLE color: 10119478.

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

Color convert

RGB 54 105 154 -
CMYK 0.65 0.32 0 0.40
HSL 209.4º 0.48% 0.41% -
HSV(B) 209.4º 0.65% 0.6% -
XYZ 12.41 13.22 32.47 -
YUV 95.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 54 105 154 0.65 0.32 0 0.40 209.4 0.48 0.41
Hex 36 69 9A 41 20 0 28 D1 30 29
Octal 66 151 232 101 40 0 50 321 60 51
Binary 110110 1101001 10011010 1000001 100000 0 101000 11010001 110000 101001

Color Harmonies of #36699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36699A

Black with #36699A

Text Example


Text Example

White with #36699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,105,154); }

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

background-color css

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

 a { background-color: rgb(54,105,154); }

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

border-color css

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

 span { border-color: rgb(54,105,154); }

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