Html Css Color HEX #256B95 Lochmara

📋 copy color: '#256B95'

red 37 ◦ green 107 ◦ blue 149

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

Shades of Lochmara #256B95

Tints of Lochmara #256B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 12.63%
G = 36.52%
B = 50.85%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256B95 (or 0x256B95) is known color: Lochmara. HEX triplet: 25, 6B and 95. RGB value is (37,107,149). Sum of RGB (Red+Green+Blue) = 37+107+149=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #256B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B95 is #DA946A. Grayscale: #5A5A5A. Windows color (decimal): -14324843 or 9792293. OLE color: 9792293.

HSL color Cylindrical-coordinate representation of color #256B95: hue angle of 202.5º 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 #256B95 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 107 149 -
CMYK 0.75 0.28 0 0.42
HSL 202.5º 0.6% 0.36% -
HSV(B) 202.5º 0.75% 0.58% -
XYZ 11.45 13.08 30.35 -
YUV 90.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 37 107 149 0.75 0.28 0 0.42 202.5 0.6 0.36
Hex 25 6B 95 4B 1C 0 2A CA 3C 24
Octal 45 153 225 113 34 0 52 312 74 44
Binary 100101 1101011 10010101 1001011 11100 0 101010 11001010 111100 100100

Color Harmonies of #256B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B95

Black with #256B95

Text Example


Text Example

White with #256B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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