Html Css Color HEX #366698 Lochmara

📋 copy color: '#366698'

red 54 ◦ green 102 ◦ blue 152

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

Shades of Lochmara #366698

Tints of Lochmara #366698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 17.53%
G = 33.12%
B = 49.35%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#366698 (or 0x366698) is known color: Lochmara. HEX triplet: 36, 66 and 98. RGB value is (54,102,152). Sum of RGB (Red+Green+Blue) = 54+102+152=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #366698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366698 is #C99967. Grayscale: #5D5D5D. Windows color (decimal): -13212008 or 9987638. OLE color: 9987638.

HSL color Cylindrical-coordinate representation of color #366698: hue angle of 210.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366698 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 102 152 -
CMYK 0.64 0.33 0 0.40
HSL 210.61º 0.48% 0.4% -
HSV(B) 210.61º 0.64% 0.6% -
XYZ 11.94 12.55 31.5 -
YUV 93.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 54 102 152 0.64 0.33 0 0.40 210.61 0.48 0.4
Hex 36 66 98 40 21 0 28 D3 30 28
Octal 66 146 230 100 41 0 50 323 60 50
Binary 110110 1100110 10011000 1000000 100001 0 101000 11010011 110000 101000

Color Harmonies of #366698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366698

Black with #366698

Text Example


Text Example

White with #366698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366698; }

 p { color: rgb(54,102,152); }

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

background-color css

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

 a { background-color: rgb(54,102,152); }

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

border-color css

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

 span { border-color: rgb(54,102,152); }

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