Html Css Color HEX #36679C Lochmara

📋 copy color: '#36679C'

red 54 ◦ green 103 ◦ blue 156

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

Shades of Lochmara #36679C

Tints of Lochmara #36679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 17.25%
G = 32.91%
B = 49.84%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36679C (or 0x36679C) is known color: Lochmara. HEX triplet: 36, 67 and 9C. RGB value is (54,103,156). Sum of RGB (Red+Green+Blue) = 54+103+156=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #36679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36679C is #C99863. Grayscale: #5E5E5E. Windows color (decimal): -13211748 or 10250038. OLE color: 10250038.

HSL color Cylindrical-coordinate representation of color #36679C: hue angle of 211.18º degrees, saturation: 0.49, 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 #36679C is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 103 156 -
CMYK 0.65 0.34 0 0.39
HSL 211.18º 0.49% 0.41% -
HSV(B) 211.18º 0.65% 0.61% -
XYZ 12.37 12.89 33.29 -
YUV 94.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 54 103 156 0.65 0.34 0 0.39 211.18 0.49 0.41
Hex 36 67 9C 41 22 0 27 D3 31 29
Octal 66 147 234 101 42 0 47 323 61 51
Binary 110110 1100111 10011100 1000001 100010 0 100111 11010011 110001 101001

Color Harmonies of #36679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36679C

Black with #36679C

Text Example


Text Example

White with #36679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36679C; }

 p { color: rgb(54,103,156); }

 H1.HeaderClassName
 {
   color: #36679C;
 }
 .AnyTagClassName
 {
   color: #36679C;
 }
</style>

background-color css

<style>
 a { background-color: #36679C; }

 a { background-color: rgb(54,103,156); }

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

border-color css

<style>
 span { border-color: #36679C; }

 span { border-color: rgb(54,103,156); }

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