Html Css Color HEX #367B9B Lochmara

📋 copy color: '#367B9B'

red 54 ◦ green 123 ◦ blue 155

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

Shades of Lochmara #367B9B

Tints of Lochmara #367B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 16.27%
G = 37.05%
B = 46.69%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#367B9B (or 0x367B9B) is known color: Lochmara. HEX triplet: 36, 7B and 9B. RGB value is (54,123,155). Sum of RGB (Red+Green+Blue) = 54+123+155=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #367B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B9B is #C98464. Grayscale: #696969. Windows color (decimal): -13206629 or 10189622. OLE color: 10189622.

HSL color Cylindrical-coordinate representation of color #367B9B: hue angle of 199.01º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367B9B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 123 155 -
CMYK 0.65 0.21 0 0.39
HSL 199.01º 0.48% 0.41% -
HSV(B) 199.01º 0.65% 0.61% -
XYZ 14.52 17.32 33.59 -
YUV 106.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 54 123 155 0.65 0.21 0 0.39 199.01 0.48 0.41
Hex 36 7B 9B 41 15 0 27 C7 30 29
Octal 66 173 233 101 25 0 47 307 60 51
Binary 110110 1111011 10011011 1000001 10101 0 100111 11000111 110000 101001

Color Harmonies of #367B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B9B

Black with #367B9B

Text Example


Text Example

White with #367B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,155); }

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

background-color css

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

 a { background-color: rgb(54,123,155); }

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

border-color css

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

 span { border-color: rgb(54,123,155); }

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