Html Css Color HEX #367AAB Lochmara

📋 copy color: '#367AAB'

red 54 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #367AAB

Tints of Lochmara #367AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 15.56%
G = 35.16%
B = 49.28%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#367AAB (or 0x367AAB) is known color: Lochmara. HEX triplet: 36, 7A and AB. RGB value is (54,122,171). Sum of RGB (Red+Green+Blue) = 54+122+171=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #367AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AAB is #C98554. Grayscale: #6A6A6A. Windows color (decimal): -13206869 or 11237942. OLE color: 11237942.

HSL color Cylindrical-coordinate representation of color #367AAB: hue angle of 205.13º 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 #367AAB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 122 171 -
CMYK 0.68 0.29 0 0.33
HSL 205.13º 0.52% 0.44% -
HSV(B) 205.13º 0.68% 0.67% -
XYZ 15.83 17.64 41.1 -
YUV 107.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 54 122 171 0.68 0.29 0 0.33 205.13 0.52 0.44
Hex 36 7A AB 44 1D 0 21 CD 34 2C
Octal 66 172 253 104 35 0 41 315 64 54
Binary 110110 1111010 10101011 1000100 11101 0 100001 11001101 110100 101100

Color Harmonies of #367AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AAB

Black with #367AAB

Text Example


Text Example

White with #367AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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