Html Css Color HEX #366BBA Lochmara

📋 copy color: '#366BBA'

red 54 ◦ green 107 ◦ blue 186

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

Shades of Lochmara #366BBA

Tints of Lochmara #366BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 15.56%
G = 30.84%
B = 53.6%

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

#366BBA (or 0x366BBA) is known color: Lochmara. HEX triplet: 36, 6B and BA. RGB value is (54,107,186). Sum of RGB (Red+Green+Blue) = 54+107+186=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #366BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BBA is #C99445. Grayscale: #636363. Windows color (decimal): -13210694 or 12217142. OLE color: 12217142.

HSL color Cylindrical-coordinate representation of color #366BBA: hue angle of 215.91º 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 #366BBA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 107 186 -
CMYK 0.71 0.42 0 0.27
HSL 215.91º 0.55% 0.47% -
HSV(B) 215.91º 0.71% 0.73% -
XYZ 15.64 14.84 48.5 -
YUV 100.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 54 107 186 0.71 0.42 0 0.27 215.91 0.55 0.47
Hex 36 6B BA 47 2A 0 1B D8 37 2F
Octal 66 153 272 107 52 0 33 330 67 57
Binary 110110 1101011 10111010 1000111 101010 0 11011 11011000 110111 101111

Color Harmonies of #366BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BBA

Black with #366BBA

Text Example


Text Example

White with #366BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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