Html Css Color HEX #367AAA Lochmara

📋 copy color: '#367AAA'

red 54 ◦ green 122 ◦ blue 170

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

Shades of Lochmara #367AAA

Tints of Lochmara #367AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 15.61%
G = 35.26%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#367AAA (or 0x367AAA) is known color: Lochmara. HEX triplet: 36, 7A and AA. RGB value is (54,122,170). Sum of RGB (Red+Green+Blue) = 54+122+170=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #367AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AAA is #C98555. Grayscale: #6A6A6A. Windows color (decimal): -13206870 or 11172406. OLE color: 11172406.

HSL color Cylindrical-coordinate representation of color #367AAA: hue angle of 204.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367AAA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 122 170 -
CMYK 0.68 0.28 0 0.33
HSL 204.83º 0.52% 0.44% -
HSV(B) 204.83º 0.68% 0.67% -
XYZ 15.74 17.61 40.6 -
YUV 107.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 54 122 170 0.68 0.28 0 0.33 204.83 0.52 0.44
Hex 36 7A AA 44 1C 0 21 CD 34 2C
Octal 66 172 252 104 34 0 41 315 64 54
Binary 110110 1111010 10101010 1000100 11100 0 100001 11001101 110100 101100

Color Harmonies of #367AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AAA

Black with #367AAA

Text Example


Text Example

White with #367AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367AAA; }

 p { color: rgb(54,122,170); }

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

background-color css

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

 a { background-color: rgb(54,122,170); }

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

border-color css

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

 span { border-color: rgb(54,122,170); }

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