Html Css Color HEX #36749D Lochmara

📋 copy color: '#36749D'

red 54 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #36749D

Tints of Lochmara #36749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 16.51%
G = 35.47%
B = 48.01%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36749D (or 0x36749D) is known color: Lochmara. HEX triplet: 36, 74 and 9D. RGB value is (54,116,157). Sum of RGB (Red+Green+Blue) = 54+116+157=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #36749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36749D is #C98B62. Grayscale: #656565. Windows color (decimal): -13208419 or 10318902. OLE color: 10318902.

HSL color Cylindrical-coordinate representation of color #36749D: hue angle of 203.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36749D is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 116 157 -
CMYK 0.66 0.26 0 0.38
HSL 203.88º 0.49% 0.41% -
HSV(B) 203.88º 0.66% 0.62% -
XYZ 13.85 15.71 34.2 -
YUV 102.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 54 116 157 0.66 0.26 0 0.38 203.88 0.49 0.41
Hex 36 74 9D 42 1A 0 26 CC 31 29
Octal 66 164 235 102 32 0 46 314 61 51
Binary 110110 1110100 10011101 1000010 11010 0 100110 11001100 110001 101001

Color Harmonies of #36749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36749D

Black with #36749D

Text Example


Text Example

White with #36749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36749D; }

 p { color: rgb(54,116,157); }

 H1.HeaderClassName
 {
   color: #36749D;
 }
 .AnyTagClassName
 {
   color: #36749D;
 }
</style>

background-color css

<style>
 a { background-color: #36749D; }

 a { background-color: rgb(54,116,157); }

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

border-color css

<style>
 span { border-color: #36749D; }

 span { border-color: rgb(54,116,157); }

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