Html Css Color HEX #256B93 Lochmara

📋 copy color: '#256B93'

red 37 ◦ green 107 ◦ blue 147

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

Shades of Lochmara #256B93

Tints of Lochmara #256B93

RGB

 RED value IS 37 (14.84% from 255) = 12.71%

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 12.71%
G = 36.77%
B = 50.52%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256B93 (or 0x256B93) is known color: Lochmara. HEX triplet: 25, 6B and 93. RGB value is (37,107,147). Sum of RGB (Red+Green+Blue) = 37+107+147=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #256B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B93 is #DA946C. Grayscale: #5A5A5A. Windows color (decimal): -14324845 or 9661221. OLE color: 9661221.

HSL color Cylindrical-coordinate representation of color #256B93: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256B93 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 107 147 -
CMYK 0.75 0.27 0 0.42
HSL 201.82º 0.6% 0.36% -
HSV(B) 201.82º 0.75% 0.58% -
XYZ 11.29 13.02 29.52 -
YUV 90.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 37 107 147 0.75 0.27 0 0.42 201.82 0.6 0.36
Hex 25 6B 93 4B 1B 0 2A CA 3C 24
Octal 45 153 223 113 33 0 52 312 74 44
Binary 100101 1101011 10010011 1001011 11011 0 101010 11001010 111100 100100

Color Harmonies of #256B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B93

Black with #256B93

Text Example


Text Example

White with #256B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B93; }

 p { color: rgb(37,107,147); }

 H1.HeaderClassName
 {
   color: #256B93;
 }
 .AnyTagClassName
 {
   color: #256B93;
 }
</style>

background-color css

<style>
 a { background-color: #256B93; }

 a { background-color: rgb(37,107,147); }

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

border-color css

<style>
 span { border-color: #256B93; }

 span { border-color: rgb(37,107,147); }

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