Html Css Color HEX #367DA7 Lochmara

📋 copy color: '#367DA7'

red 54 ◦ green 125 ◦ blue 167

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

Shades of Lochmara #367DA7

Tints of Lochmara #367DA7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 167 (65.63% from 255) = 48.27%

R = 15.61%
G = 36.13%
B = 48.27%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#367DA7 (or 0x367DA7) is known color: Lochmara. HEX triplet: 36, 7D and A7. RGB value is (54,125,167). Sum of RGB (Red+Green+Blue) = 54+125+167=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #367DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DA7 is #C98258. Grayscale: #6C6C6C. Windows color (decimal): -13206105 or 10976566. OLE color: 10976566.

HSL color Cylindrical-coordinate representation of color #367DA7: hue angle of 202.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367DA7 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 125 167 -
CMYK 0.68 0.25 0 0.35
HSL 202.3º 0.51% 0.43% -
HSV(B) 202.3º 0.68% 0.65% -
XYZ 15.83 18.24 39.25 -
YUV 108.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 54 125 167 0.68 0.25 0 0.35 202.3 0.51 0.43
Hex 36 7D A7 44 19 0 23 CA 33 2B
Octal 66 175 247 104 31 0 43 312 63 53
Binary 110110 1111101 10100111 1000100 11001 0 100011 11001010 110011 101011

Color Harmonies of #367DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DA7

Black with #367DA7

Text Example


Text Example

White with #367DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,167); }

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

background-color css

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

 a { background-color: rgb(54,125,167); }

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

border-color css

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

 span { border-color: rgb(54,125,167); }

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