Html Css Color HEX #366CB6 Lochmara

📋 copy color: '#366CB6'

red 54 ◦ green 108 ◦ blue 182

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

Shades of Lochmara #366CB6

Tints of Lochmara #366CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 182 (71.48% from 255) = 52.91%

R = 15.7%
G = 31.4%
B = 52.91%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#366CB6 (or 0x366CB6) is known color: Lochmara. HEX triplet: 36, 6C and B6. RGB value is (54,108,182). Sum of RGB (Red+Green+Blue) = 54+108+182=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #366CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CB6 is #C99349. Grayscale: #636363. Windows color (decimal): -13210442 or 11955254. OLE color: 11955254.

HSL color Cylindrical-coordinate representation of color #366CB6: hue angle of 214.69º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366CB6 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 108 182 -
CMYK 0.70 0.41 0 0.29
HSL 214.69º 0.54% 0.46% -
HSV(B) 214.69º 0.7% 0.71% -
XYZ 15.33 14.89 46.32 -
YUV 100.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 54 108 182 0.70 0.41 0 0.29 214.69 0.54 0.46
Hex 36 6C B6 46 29 0 1D D7 36 2E
Octal 66 154 266 106 51 0 35 327 66 56
Binary 110110 1101100 10110110 1000110 101001 0 11101 11010111 110110 101110

Color Harmonies of #366CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CB6

Black with #366CB6

Text Example


Text Example

White with #366CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366CB6; }

 p { color: rgb(54,108,182); }

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

background-color css

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

 a { background-color: rgb(54,108,182); }

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

border-color css

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

 span { border-color: rgb(54,108,182); }

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