Html Css Color HEX #256696 Lochmara

📋 copy color: '#256696'

red 37 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #256696

Tints of Lochmara #256696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 12.8%
G = 35.29%
B = 51.9%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#256696 (or 0x256696) is known color: Lochmara. HEX triplet: 25, 66 and 96. RGB value is (37,102,150). Sum of RGB (Red+Green+Blue) = 37+102+150=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #256696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256696 is #DA9969. Grayscale: #575757. Windows color (decimal): -14326122 or 9856549. OLE color: 9856549.

HSL color Cylindrical-coordinate representation of color #256696: hue angle of 205.49º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256696 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 102 150 -
CMYK 0.75 0.32 0 0.41
HSL 205.49º 0.6% 0.37% -
HSV(B) 205.49º 0.75% 0.59% -
XYZ 11.02 12.1 30.61 -
YUV 88.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 37 102 150 0.75 0.32 0 0.41 205.49 0.6 0.37
Hex 25 66 96 4B 20 0 29 CD 3C 25
Octal 45 146 226 113 40 0 51 315 74 45
Binary 100101 1100110 10010110 1001011 100000 0 101001 11001101 111100 100101

Color Harmonies of #256696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256696

Black with #256696

Text Example


Text Example

White with #256696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256696; }

 p { color: rgb(37,102,150); }

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

background-color css

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

 a { background-color: rgb(37,102,150); }

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

border-color css

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

 span { border-color: rgb(37,102,150); }

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