Html Css Color HEX #256697 Lochmara

📋 copy color: '#256697'

red 37 ◦ green 102 ◦ blue 151

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

Shades of Lochmara #256697

Tints of Lochmara #256697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 12.76%
G = 35.17%
B = 52.07%

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

#256697 (or 0x256697) is known color: Lochmara. HEX triplet: 25, 66 and 97. RGB value is (37,102,151). Sum of RGB (Red+Green+Blue) = 37+102+151=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #256697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256697 is #DA9968. Grayscale: #575757. Windows color (decimal): -14326121 or 9922085. OLE color: 9922085.

HSL color Cylindrical-coordinate representation of color #256697: hue angle of 205.79º degrees, saturation: 0.61, 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 #256697 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 102 151 -
CMYK 0.75 0.32 0 0.41
HSL 205.79º 0.61% 0.37% -
HSV(B) 205.79º 0.75% 0.59% -
XYZ 11.1 12.13 31.03 -
YUV 88.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 37 102 151 0.75 0.32 0 0.41 205.79 0.61 0.37
Hex 25 66 97 4B 20 0 29 CE 3D 25
Octal 45 146 227 113 40 0 51 316 75 45
Binary 100101 1100110 10010111 1001011 100000 0 101001 11001110 111101 100101

Color Harmonies of #256697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256697

Black with #256697

Text Example


Text Example

White with #256697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256697; }

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

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

background-color css

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

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

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

border-color css

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

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

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