Html Css Color HEX #366CBA Lochmara

📋 copy color: '#366CBA'

red 54 ◦ green 108 ◦ blue 186

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

Shades of Lochmara #366CBA

Tints of Lochmara #366CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 15.52%
G = 31.03%
B = 53.45%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#366CBA (or 0x366CBA) is known color: Lochmara. HEX triplet: 36, 6C and BA. RGB value is (54,108,186). Sum of RGB (Red+Green+Blue) = 54+108+186=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #366CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CBA is #C99345. Grayscale: #646464. Windows color (decimal): -13210438 or 12217398. OLE color: 12217398.

HSL color Cylindrical-coordinate representation of color #366CBA: hue angle of 215.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366CBA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 108 186 -
CMYK 0.71 0.42 0 0.27
HSL 215.45º 0.55% 0.47% -
HSV(B) 215.45º 0.71% 0.73% -
XYZ 15.75 15.05 48.53 -
YUV 100.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 54 108 186 0.71 0.42 0 0.27 215.45 0.55 0.47
Hex 36 6C BA 47 2A 0 1B D7 37 2F
Octal 66 154 272 107 52 0 33 327 67 57
Binary 110110 1101100 10111010 1000111 101010 0 11011 11010111 110111 101111

Color Harmonies of #366CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CBA

Black with #366CBA

Text Example


Text Example

White with #366CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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