Html Css Color HEX #386F9A Lochmara

📋 copy color: '#386F9A'

red 56 ◦ green 111 ◦ blue 154

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

Shades of Lochmara #386F9A

Tints of Lochmara #386F9A

RGB

 RED value IS 56 (22.27% from 255) = 17.45%

 GREEN value IS 111 (43.75% from 255) = 34.58%

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 17.45%
G = 34.58%
B = 47.98%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386F9A (or 0x386F9A) is known color: Lochmara. HEX triplet: 38, 6F and 9A. RGB value is (56,111,154). Sum of RGB (Red+Green+Blue) = 56+111+154=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #386F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F9A is #C79065. Grayscale: #636363. Windows color (decimal): -13078630 or 10121016. OLE color: 10121016.

HSL color Cylindrical-coordinate representation of color #386F9A: hue angle of 206.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386F9A is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 111 154 -
CMYK 0.64 0.28 0 0.40
HSL 206.33º 0.47% 0.41% -
HSV(B) 206.33º 0.64% 0.6% -
XYZ 13.15 14.54 32.69 -
YUV 99.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 56 111 154 0.64 0.28 0 0.40 206.33 0.47 0.41
Hex 38 6F 9A 40 1C 0 28 CE 2F 29
Octal 70 157 232 100 34 0 50 316 57 51
Binary 111000 1101111 10011010 1000000 11100 0 101000 11001110 101111 101001

Color Harmonies of #386F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F9A

Black with #386F9A

Text Example


Text Example

White with #386F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F9A; }

 p { color: rgb(56,111,154); }

 H1.HeaderClassName
 {
   color: #386F9A;
 }
 .AnyTagClassName
 {
   color: #386F9A;
 }
</style>

background-color css

<style>
 a { background-color: #386F9A; }

 a { background-color: rgb(56,111,154); }

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

border-color css

<style>
 span { border-color: #386F9A; }

 span { border-color: rgb(56,111,154); }

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